Package-level declarations
Types
Link copied to clipboard
abstract class AbstractLoadAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class AggregateTracingHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventStore: EventStore, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class AggregateTracingHandlerFunctionFactory(eventStore: EventStore, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<AggregateTracingRouteSpec>
Link copied to clipboard
class IdsQueryAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class IdsQueryAggregateHandlerFunctionFactory(stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<IdsQueryAggregateRouteSpec>
Link copied to clipboard
class LoadAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : AbstractLoadAggregateHandlerFunction
Link copied to clipboard
class LoadAggregateHandlerFunctionFactory(stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<LoadAggregateRouteSpec>
Link copied to clipboard
class LoadVersionedAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : AbstractLoadAggregateHandlerFunction
Link copied to clipboard
class LoadVersionedAggregateHandlerFunctionFactory(stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<LoadVersionedAggregateRouteSpec>
Link copied to clipboard
class ScanAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class ScanAggregateHandlerFunctionFactory(stateAggregateRepository: StateAggregateRepository, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<ScanAggregateRouteSpec>