Package discord4j.rest.interaction
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.
-
Method Summary
Methods inherited from interface java.util.function.BiFunction
andThen, apply