AbstractLoadAggregateHandlerFunction
abstract class AbstractLoadAggregateHandlerFunction(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : HandlerFunction<ServerResponse>
Inheritors
Constructors
Link copied to clipboard
constructor(aggregateMetadata: AggregateMetadata<*, *>, stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler)