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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    app.dodb.smd.test.CommandGatewayStub
     
    app.dodb.smd.test.EventPublisherStub
     
    app.dodb.smd.test.QueryGatewayStub
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SMDStubsConfiguration

      public SMDStubsConfiguration()
  • Method Details

    • commandGatewayStub

      @Bean @SMDTestScope public app.dodb.smd.test.CommandGatewayStub commandGatewayStub()
    • eventPublisherStub

      @Bean @SMDTestScope public app.dodb.smd.test.EventPublisherStub eventPublisherStub()
    • queryGatewayStub

      @Bean @SMDTestScope public app.dodb.smd.test.QueryGatewayStub 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)