LoadTimeBasedAggregateHandlerFunctionFactory
class LoadTimeBasedAggregateHandlerFunctionFactory(stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler) : AggregateRouteHandlerFunctionFactorySupport
Constructors
Link copied to clipboard
constructor(stateAggregateRepository: StateAggregateRepository, exceptionHandler: RequestExceptionHandler)
Functions
Link copied to clipboard
override fun create(contract: HttpRouteContract, metadata: HttpRouteHandlerMetadata = contract.handlerMetadata): HandlerFunction<ServerResponse>