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
object IdList : ParameterizedTypeReference<Set<String>>
Link copied to clipboard
class IdsQueryAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Link copied to clipboard
Link copied to clipboard
class ScanAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, snapshotRepository: SnapshotRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>