Package org.zalando.riptide
Class DispatchStage
java.lang.Object
org.zalando.riptide.DispatchStage
- Direct Known Subclasses:
BodyStage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract CompletableFuture<org.springframework.http.client.ClientHttpResponse>final <A> CompletableFuture<org.springframework.http.client.ClientHttpResponse>final <A> CompletableFuture<org.springframework.http.client.ClientHttpResponse>final <A> CompletableFuture<org.springframework.http.client.ClientHttpResponse>dispatch(RoutingTree<A> tree)
-
Constructor Details
-
DispatchStage
public DispatchStage()
-
-
Method Details
-
dispatch
public final <A> CompletableFuture<org.springframework.http.client.ClientHttpResponse> dispatch(RoutingTree<A> tree) -
call
public abstract CompletableFuture<org.springframework.http.client.ClientHttpResponse> call(Route route)