接口 NettyRouteProvider
- 所有超级接口:
Function<reactor.netty.http.server.HttpServerRoutes,
reactor.netty.http.server.HttpServerRoutes>
- 函数接口:
- 这是一个函数接口, 因此可用作 lambda 表达式或方法引用的赋值目标。
@FunctionalInterface
public interface NettyRouteProvider
extends Function<reactor.netty.http.server.HttpServerRoutes,reactor.netty.http.server.HttpServerRoutes>
Function that can add new routes to an
HttpServerRoutes
instance.- 从以下版本开始:
- 2.2.0
- 作者:
- Brian Clozel
- 另请参阅:
-
方法概要