Package io.kroxylicious.proxy.router
Interface TerminalStage
- All Known Subinterfaces:
CloseOrTerminalStage
public interface TerminalStage
Terminal stage of the
RouterContext builder API.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constructs the router result.Produces the router result contained within a completedCompletionStage.
-
Method Details
-
build
RouterResponse build()Constructs the router result.- Returns:
- router result
-
completed
CompletionStage<RouterResponse> completed()Produces the router result contained within a completedCompletionStage.- Returns:
- completion stage containing the router result
-