CountQueryHandlerFunctionFactory
open class CountQueryHandlerFunctionFactory(handlerKey: String, queryHandler: QueryHandler<*>, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : AggregateRouteHandlerFunctionFactorySupport
Inheritors
Constructors
Link copied to clipboard
constructor(handlerKey: String, queryHandler: QueryHandler<*>, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler)
Functions
Link copied to clipboard
override fun create(contract: HttpRouteContract, metadata: HttpRouteHandlerMetadata = contract.handlerMetadata): HandlerFunction<ServerResponse>