org.springframework.boot.web.embedded.netty

Interface NettyRouteProvider

  • All Superinterfaces:
    java.util.function.Function<reactor.netty.http.server.HttpServerRoutes,reactor.netty.http.server.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 java.util.function.Function<reactor.netty.http.server.HttpServerRoutes,reactor.netty.http.server.HttpServerRoutes>
    Function that can add new routes to an HttpServerRoutes instance.
    Since:
    2.2.0
    See Also:
    NettyReactiveWebServerFactory
    • Method Summary

      • Methods inherited from interface java.util.function.Function

        andThen, apply, compose, identity