CommandHandlerFunction

class CommandHandlerFunction(    aggregateRouteMetadata: AggregateRouteMetadata<*>,     commandRouteMetadata: CommandRouteMetadata<out Any>,     commandGateway: CommandGateway,     commandMessageParser: CommandMessageParser,     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(    aggregateRouteMetadata: AggregateRouteMetadata<*>,     commandRouteMetadata: CommandRouteMetadata<out Any>,     commandGateway: CommandGateway,     commandMessageParser: CommandMessageParser,     exceptionHandler: RequestExceptionHandler,     timeout: Duration = DEFAULT_TIME_OUT)

Functions

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