Class FixtureQueryTestCaseConfig

java.lang.Object
ai.stapi.test.fixtureQueryTest.FixtureQueryTestCaseConfig

@Profile("test") public class FixtureQueryTestCaseConfig extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static ai.stapi.graphsystem.aggregatedefinition.model.AggregateDefinitionProvider
    aggregateDefinitionProvider(ai.stapi.graphsystem.aggregatedefinition.infrastructure.DatabaseAggregateDefinitionProvider databaseAggregateDefinitionProvider, ai.stapi.graphsystem.aggregatedefinition.infrastructure.AdHocAggregateDefinitionProvider adHocAggregateDefinitionProvider)
     
    static org.axonframework.commandhandling.gateway.CommandGateway
     
    static ai.stapi.graphoperations.synchronization.GraphSynchronizer
     
    static org.axonframework.eventhandling.gateway.EventGateway
     
    static org.axonframework.eventsourcing.eventstore.EventStore
     
    static org.axonframework.queryhandling.QueryBus
     
    static org.axonframework.eventhandling.tokenstore.TokenStore
     
    static ai.stapi.graphsystem.operationdefinition.model.OperationDefinitionProvider
    operationDefinitionProvider(ai.stapi.graphsystem.operationdefinition.infrastructure.DatabaseOperationDefinitionProvider databaseOperationDefinitionProvider, ai.stapi.graphsystem.operationdefinition.infrastructure.AdHocOperationDefinitionProvider adHocOperationDefinitionProvider)
     
    static ai.stapi.schema.structuredefinition.loader.StructureDefinitionLoader
    structureDefinitionLoader(ai.stapi.graphsystem.structuredefinition.loader.CombinedStructureDefinitionLoader combinedStructureDefinitionLoader, ai.stapi.graphsystem.structuredefinition.loader.SystemAdHocStructureDefinitionLoader adHocStructureDefinitionLoader)
     

    Methods inherited from class java.lang.Object

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

    • FixtureQueryTestCaseConfig

      public FixtureQueryTestCaseConfig()
  • Method Details

    • structureDefinitionLoader

      @Bean public static ai.stapi.schema.structuredefinition.loader.StructureDefinitionLoader structureDefinitionLoader(ai.stapi.graphsystem.structuredefinition.loader.CombinedStructureDefinitionLoader combinedStructureDefinitionLoader, ai.stapi.graphsystem.structuredefinition.loader.SystemAdHocStructureDefinitionLoader adHocStructureDefinitionLoader)
    • operationDefinitionProvider

      @Bean public static ai.stapi.graphsystem.operationdefinition.model.OperationDefinitionProvider operationDefinitionProvider(@Autowired ai.stapi.graphsystem.operationdefinition.infrastructure.DatabaseOperationDefinitionProvider databaseOperationDefinitionProvider, ai.stapi.graphsystem.operationdefinition.infrastructure.AdHocOperationDefinitionProvider adHocOperationDefinitionProvider)
    • aggregateDefinitionProvider

      @Bean public static ai.stapi.graphsystem.aggregatedefinition.model.AggregateDefinitionProvider aggregateDefinitionProvider(@Autowired ai.stapi.graphsystem.aggregatedefinition.infrastructure.DatabaseAggregateDefinitionProvider databaseAggregateDefinitionProvider, ai.stapi.graphsystem.aggregatedefinition.infrastructure.AdHocAggregateDefinitionProvider adHocAggregateDefinitionProvider)
    • createDisabledSynchronizer

      @Bean @Primary public static ai.stapi.graphoperations.synchronization.GraphSynchronizer createDisabledSynchronizer()
    • createQueryBus

      @Bean @Primary public static org.axonframework.queryhandling.QueryBus createQueryBus()
    • createEventStore

      @Bean public static org.axonframework.eventsourcing.eventstore.EventStore createEventStore()
    • createEventGateway

      @Bean @Primary public static org.axonframework.eventhandling.gateway.EventGateway createEventGateway()
    • createCommandBus

      @Bean @Primary public static org.axonframework.commandhandling.gateway.CommandGateway createCommandBus()
    • createTokenStore

      @Bean @Primary public static org.axonframework.eventhandling.tokenstore.TokenStore createTokenStore()