org.springframework.boot.web.embedded.netty

Interface NettyRouteProvider

  • All Superinterfaces:
    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 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
    Author:
    Brian Clozel
    See Also:
    NettyReactiveWebServerFactory

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.