CommandFacadeHandlerFunction

class CommandFacadeHandlerFunction(commandGateway: CommandGateway, commandMessageFactory: CommandMessageFactory, exceptionHandler: RequestExceptionHandler, timeout: Duration = DEFAULT_TIME_OUT) : HandlerFunction<ServerResponse>

org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping

org.springframework.web.reactive.function.server.support.RouterFunctionMapping

Constructors

Link copied to clipboard
constructor(commandGateway: CommandGateway, commandMessageFactory: CommandMessageFactory, exceptionHandler: RequestExceptionHandler, timeout: Duration = DEFAULT_TIME_OUT)

Functions

Link copied to clipboard
open override fun handle(request: ServerRequest): Mono<ServerResponse>