Package-level declarations
Types
Link copied to clipboard
class CountEventStreamHandlerFunctionFactory(eventStreamQueryHandler: EventStreamQueryHandler, exceptionHandler: RequestExceptionHandler) : CountQueryHandlerFunctionFactory<CountEventStreamRouteSpec>
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 ListQueryEventStreamHandlerFunctionFactory(eventStreamQueryHandler: EventStreamQueryHandler, exceptionHandler: RequestExceptionHandler) : ListQueryHandlerFunctionFactory<ListQueryEventStreamRouteSpec>
Link copied to clipboard
class LoadEventStreamHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventStreamQueryHandler: EventStreamQueryHandler, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class LoadEventStreamHandlerFunctionFactory(eventStreamQueryHandler: EventStreamQueryHandler, exceptionHandler: RequestExceptionHandler) : RouteHandlerFunctionFactory<LoadEventStreamRouteSpec>
Link copied to clipboard
class PagedQueryEventStreamHandlerFunctionFactory(eventStreamQueryHandler: EventStreamQueryHandler, exceptionHandler: RequestExceptionHandler) : PagedQueryHandlerFunctionFactory<PagedQueryEventStreamRouteSpec>