SingleSnapshotStateHandlerFunctionFactory
class SingleSnapshotStateHandlerFunctionFactory(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler) : SingleQueryHandlerFunctionFactory
Constructors
Link copied to clipboard
constructor(snapshotQueryHandler: SnapshotQueryHandler, rewriteRequestCondition: RewriteRequestCondition, exceptionHandler: RequestExceptionHandler)
Functions
Link copied to clipboard
override fun create(contract: HttpRouteContract, metadata: HttpRouteHandlerMetadata = contract.handlerMetadata): HandlerFunction<ServerResponse>