Class SMDStubsConfiguration
java.lang.Object
app.dodb.smd.spring.test.SMDStubsConfiguration
@AutoConfiguration
@AutoConfigureBefore(app.dodb.smd.spring.SMDConfiguration.class)
@Import(SMDTestScopeConfiguration.class)
public class SMDStubsConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapp.dodb.smd.test.CommandGatewayStubapp.dodb.smd.test.EventPublisherStubapp.dodb.smd.test.QueryGatewayStubapp.dodb.smd.test.SMDTestExtensionsmdTestExtension(app.dodb.smd.api.command.CommandHandlerDispatcher commandHandlerDispatcher, app.dodb.smd.api.query.QueryHandlerDispatcher queryHandlerDispatcher, app.dodb.smd.api.event.EventHandlerDispatcher eventHandlerDispatcher, app.dodb.smd.test.CommandGatewayStub commandGatewayStub, app.dodb.smd.test.QueryGatewayStub queryGatewayStub, app.dodb.smd.test.EventPublisherStub eventPublisherStub)
-
Constructor Details
-
SMDStubsConfiguration
public SMDStubsConfiguration()
-
-
Method Details
-
commandGatewayStub
-
eventPublisherStub
-
queryGatewayStub
-
smdTestExtension
@Bean @SMDTestScope public app.dodb.smd.test.SMDTestExtension smdTestExtension(app.dodb.smd.api.command.CommandHandlerDispatcher commandHandlerDispatcher, app.dodb.smd.api.query.QueryHandlerDispatcher queryHandlerDispatcher, app.dodb.smd.api.event.EventHandlerDispatcher eventHandlerDispatcher, app.dodb.smd.test.CommandGatewayStub commandGatewayStub, app.dodb.smd.test.QueryGatewayStub queryGatewayStub, app.dodb.smd.test.EventPublisherStub eventPublisherStub)
-