Package-level declarations
Types
Link copied to clipboard
class EventCompensateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventCompensateSupporter: EventCompensateSupporter, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class EventCompensateHandlerFunctionFactory(eventCompensateSupporter: EventCompensateSupporter, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<EventCompensateRouteSpec>
Link copied to clipboard
class ListQueryEventStreamHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventStreamQueryService: EventStreamQueryService, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class ListQueryEventStreamHandlerFunctionFactory(eventStreamQueryServiceFactory: EventStreamQueryServiceFactory, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<ListQueryEventStreamRouteSpec>
Link copied to clipboard
class LoadEventStreamHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventStore: EventStore, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class LoadEventStreamHandlerFunctionFactory(eventStore: EventStore, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<LoadEventStreamRouteSpec>