Interface Interactions.ReactorNettyServerHandler

All Superinterfaces:
BiFunction<HttpServerRequest,HttpServerResponse,Publisher<Void>>
Enclosing class:
Interactions

public static interface Interactions.ReactorNettyServerHandler extends BiFunction<HttpServerRequest,HttpServerResponse,Publisher<Void>>
An alias for a Reactor Netty server route.