PagedQueryHandlerFunctionFactory
open class PagedQueryHandlerFunctionFactory<SPEC : AggregateRouteSpec>(val supportedSpec: Class<SPEC>, queryHandler: QueryHandler<*>, exceptionHandler: RequestExceptionHandler, rewriteResult: (Mono<PagedList<DynamicDocument>>) -> Mono<PagedList<DynamicDocument>> = { it }) : RouteHandlerFunctionFactory<SPEC>
Inheritors
Constructors
Link copied to clipboard
constructor(supportedSpec: Class<SPEC>, queryHandler: QueryHandler<*>, exceptionHandler: RequestExceptionHandler, rewriteResult: (Mono<PagedList<DynamicDocument>>) -> Mono<PagedList<DynamicDocument>> = { it })