Interface NettyRouteProvider
- All Superinterfaces:
Function<HttpServerRoutes, HttpServerRoutes>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface NettyRouteProvider
extends Function<HttpServerRoutes, HttpServerRoutes>
Function that can add new routes to an
HttpServerRoutes instance.- Since:
- 4.0.0
- Author:
- Brian Clozel
- See Also:
-
Method Summary