SingleQueryHandlerFunctionFactory

Constructors

Link copied to clipboard
constructor(handlerKey: String, queryHandler: QueryHandler<*>, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler, rewriteResult: (Mono<DynamicDocument>) -> Mono<DynamicDocument> = { it })

Properties

Link copied to clipboard
override val handlerKey: String

Functions

Link copied to clipboard
override fun create(contract: HttpRouteContract, metadata: HttpRouteHandlerMetadata = contract.handlerMetadata): HandlerFunction<ServerResponse>