Package-level declarations
Types
Link copied to clipboard
class BatchRegenerateSnapshotHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : HandlerFunction<ServerResponse>
Link copied to clipboard
class BatchRegenerateSnapshotHandlerFunctionFactory(stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler, batchExecutionPolicy: BatchExecutionPolicy) : AggregateRouteHandlerFunctionFactorySupport
Link copied to clipboard
class CountSnapshotHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : CountQueryHandlerFunctionFactory
Link copied to clipboard
class ListQuerySnapshotHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : ListQueryHandlerFunctionFactory
Link copied to clipboard
class ListQuerySnapshotStateHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : ListQueryHandlerFunctionFactory
Link copied to clipboard
class LoadSnapshotHandlerFunction(aggregateRouteMetadata: AggregateRouteMetadata<*>, snapshotQueryHandler: SnapshotQueryHandler, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class LoadSnapshotHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, exceptionHandler: RequestExceptionHandler) : AggregateRouteHandlerFunctionFactorySupport
Link copied to clipboard
class PagedQuerySnapshotHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : PagedQueryHandlerFunctionFactory
Link copied to clipboard
class PagedQuerySnapshotStateHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : PagedQueryHandlerFunctionFactory
Link copied to clipboard
class RegenerateSnapshotHandler(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotRepository: SnapshotRepository)
Link copied to clipboard
class RegenerateSnapshotHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class RegenerateSnapshotHandlerFunctionFactory(stateAggregateFactory: StateAggregateFactory, eventStore: EventStore, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler) : AggregateRouteHandlerFunctionFactorySupport
Link copied to clipboard
class SingleSnapshotHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : SingleQueryHandlerFunctionFactory
Link copied to clipboard
class SingleSnapshotStateHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : SingleQueryHandlerFunctionFactory