Route.Adapter<T,R>| Modifier and Type | Method and Description |
|---|---|
static <A> RoutingTree<A> |
dispatch(Navigator<A> navigator,
Binding<A>... bindings) |
static <A> RoutingTree<A> |
dispatch(Navigator<A> navigator,
List<Binding<A>> bindings) |
void |
execute(org.springframework.http.client.ClientHttpResponse response,
MessageReader reader) |
Optional<Route> |
get(A attribute) |
Navigator<A> |
getNavigator() |
Optional<Route> |
getWildcard() |
Set<A> |
keySet() |
default RoutingTree<A> |
merge(Binding<A> binding) |
RoutingTree<A> |
merge(List<Binding<A>> bindings) |
void execute(org.springframework.http.client.ClientHttpResponse response,
MessageReader reader)
throws Exception
execute in interface RouteNoWildcardException - if no route, not even a wildcard, exists for the given responseExceptiondefault RoutingTree<A> merge(Binding<A> binding)
RoutingTree<A> merge(List<Binding<A>> bindings)
@SafeVarargs static <A> RoutingTree<A> dispatch(Navigator<A> navigator, Binding<A>... bindings)
static <A> RoutingTree<A> dispatch(Navigator<A> navigator, List<Binding<A>> bindings)
Copyright © 2015–2017 Zalando SE. All rights reserved.