| Modifier and Type | Interface and Description |
|---|---|
interface |
RoutingTree<A> |
| 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() |
| 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 |
|---|---|
CompletableFuture<Void> |
Requester.call(Route route) |
abstract CompletableFuture<Void> |
Dispatcher.call(Route route) |
Binding<A> |
PartialBinding.call(Route route) |
static <A> Binding<A> |
Binding.create(A attribute,
Route route) |
Copyright © 2015–2017 Zalando SE. All rights reserved.