| Package | Description |
|---|---|
| org.zalando.riptide |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoutingTree<A>
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoopRoute |
class |
NoRoute |
class |
PassRoute |
| Modifier and Type | Method and Description |
|---|---|
static <I> Route |
Route.call(Class<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer) |
static Route |
Route.call(org.zalando.fauxpas.ThrowingConsumer<org.springframework.http.client.ClientHttpResponse,? extends Exception> consumer) |
static Route |
Route.call(org.zalando.fauxpas.ThrowingRunnable<? extends Exception> runnable) |
static <I> Route |
Route.call(com.google.common.reflect.TypeToken<I> type,
org.zalando.fauxpas.ThrowingConsumer<I,? extends Exception> consumer) |
Route |
Binding.getRoute() |
Route |
RequestArguments.getRoute() |
default Route |
RoutingTree.merge(Route route) |
default Route |
Route.merge(Route other) |
static Route |
NoopRoute.noop()
Produces a
Route that ignores the response without actively
discarding the response body. |
static Route |
NoRoute.noRoute() |
static Route |
PassRoute.pass()
Produces a
Route that ignores the response by actively discarding the response body. |
| Modifier and Type | Method and Description |
|---|---|
Optional<Route> |
RoutingTree.get(A attribute) |
Optional<Route> |
RoutingTree.getWildcard() |
default Optional<Route> |
EqualityNavigator.navigate(A attribute,
RoutingTree<A> tree) |
default Optional<Route> |
EqualityNavigator.navigate(org.springframework.http.client.ClientHttpResponse response,
RoutingTree<A> tree) |
Optional<Route> |
Navigator.navigate(org.springframework.http.client.ClientHttpResponse response,
RoutingTree<A> tree) |
| Modifier and Type | Method and Description |
|---|---|
abstract CompletableFuture<org.springframework.http.client.ClientHttpResponse> |
DispatchStage.call(Route route) |
Binding<A> |
PartialBinding.call(Route route) |
static <A> Binding<A> |
Binding.create(A attribute,
Route route)
A static factory to create bindings.
|
default Route |
RoutingTree.merge(Route route) |
default Route |
Route.merge(Route other) |
RequestArguments |
RequestArguments.withRoute(Route route) |
Copyright © 2015–2020 Zalando SE. All rights reserved.