Package-level declarations
Types
Link copied to clipboard
class CommandRouteModule(waitCoordinator: WaitCoordinator, commandGateway: CommandGateway, commandMessageExtractor: CommandMessageExtractor, exceptionHandler: RequestExceptionHandler, commandWaitPolicy: CommandWaitPolicy) : WebFluxRouteModule
Link copied to clipboard
class EventRouteModule(eventStore: EventStore, stateEventCompensator: StateEventCompensator, eventCompensateSupporter: EventCompensateSupporter, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : WebFluxRouteModule
Link copied to clipboard
class QueryRouteModule(beanFactory: BeanFactory, snapshotQueryBackendFactory: SnapshotQueryBackendFactory, eventStreamQueryBackendFactory: EventStreamQueryBackendFactory, queryRequestScope: QueryRequestScope, exceptionHandler: RequestExceptionHandler, guard: HttpQueryGuard = HttpQueryGuard()) : WebFluxRouteModule
Link copied to clipboard
class SnapshotRouteModule(stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotStore: SnapshotStore, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : WebFluxRouteModule
Link copied to clipboard
class StateRouteModule(stateAggregateRepository: StateAggregateRepository, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, exceptionHandler: RequestExceptionHandler, tracingPolicy: TracingPolicy) : WebFluxRouteModule
Link copied to clipboard
interface WebFluxRouteModule