インターフェース AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
- 含まれているクラス:
AbstractWebFluxEndpointHandlerMapping
- 関数インターフェース:
- これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。
@FunctionalInterfaceSE
protected static interface AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
WebFlux で処理できるリアクティブ Web 操作。
- 導入:
- 4.0.0
- 作成者:
- Andy Wilkinson, Madhura Bhave, Phillip Webb, Brian Clozel, Scott Frederick
メソッドのサマリー
修飾子と型メソッド説明reactor.core.publisher.Mono<ResponseEntity<ObjectSE>> handle(ServerWebExchange exchange, @Nullable MapSE<StringSE, StringSE> body)
メソッドの詳細
handle
reactor.core.publisher.Mono<ResponseEntity<ObjectSE>> handle(ServerWebExchange exchange, @Nullable MapSE<StringSE, StringSE> body)