Constructors

Link copied to clipboard
constructor(handlerKey: String, queryHandler: QueryHandler<*>, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler, rewriteResult: (Flux<DynamicDocument>) -> Flux<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>