Package-level declarations

Types

Link copied to clipboard
class EventCompensateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventCompensateSupporter: EventCompensateSupporter, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class ListQueryEventStreamHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventStreamQueryService: EventStreamQueryService, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
class LoadEventStreamHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, eventStore: EventStore, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>