インターフェース NettyRouteProvider

すべてのスーパーインターフェース:
FunctionSE<reactor.netty.http.server.HttpServerRoutes,reactor.netty.http.server.HttpServerRoutes>
関数インターフェース:
これは関数インターフェースであるため、ラムダ式またはメソッド参照の割り当てターゲットとして使用できます。

@FunctionalInterfaceSE public interface NettyRouteProvider extends FunctionSE<reactor.netty.http.server.HttpServerRoutes,reactor.netty.http.server.HttpServerRoutes>
HttpServerRoutes インスタンスに新しいルートを追加できる機能。
導入:
2.2.0
作成者:
Brian Clozel
関連事項: