| Modifier and Type | Class and Description | 
|---|---|
static class  | 
FallbackFactory.Default<T>
Returns a constant fallback after logging the cause to FINE level. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> T | 
HystrixFeign.Builder.target(Class<T> apiType,
      String url,
      FallbackFactory<? extends T> fallbackFactory)
Same as  
#target(Class, String, T), except you can inspect a source exception before
 creating a fallback object. | 
<T> T | 
HystrixFeign.Builder.target(Target<T> target,
      FallbackFactory<? extends T> fallbackFactory)  | 
Copyright © 2012–2020 OpenFeign. All rights reserved.