B C D E F H I L M O P R S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class feign.hystrix.HystrixFeign.Builder
- builder() - Static method in class feign.hystrix.HystrixFeign
- Builder() - Constructor for class feign.hystrix.HystrixFeign.Builder
C
- client(Client) - Method in class feign.hystrix.HystrixFeign.Builder
- contract(Contract) - Method in class feign.hystrix.HystrixFeign.Builder
- create(Target<?>, Method) - Method in interface feign.hystrix.SetterFactory
-
Returns a hystrix setter appropriate for the given target and method
- create(Target<?>, Method) - Method in class feign.hystrix.SetterFactory.Default
- create(Throwable) - Method in interface feign.hystrix.FallbackFactory
-
Returns an instance of the fallback appropriate for the given cause
- create(Throwable) - Method in class feign.hystrix.FallbackFactory.Default
D
- decode404() - Method in class feign.hystrix.HystrixFeign.Builder
- decoder(Decoder) - Method in class feign.hystrix.HystrixFeign.Builder
- Default() - Constructor for class feign.hystrix.SetterFactory.Default
- Default(T) - Constructor for class feign.hystrix.FallbackFactory.Default
E
- encoder(Encoder) - Method in class feign.hystrix.HystrixFeign.Builder
- errorDecoder(ErrorDecoder) - Method in class feign.hystrix.HystrixFeign.Builder
F
- FallbackFactory<T> - Interface in feign.hystrix
-
Used to control the fallback given its cause.
- FallbackFactory.Default<T> - Class in feign.hystrix
-
Returns a constant fallback after logging the cause to FINE level.
- feign.hystrix - package feign.hystrix
H
- HystrixDelegatingContract - Class in feign.hystrix
-
This special cases methods that return
HystrixCommand
,Observable
, orSingle
so that they are decoded properly. - HystrixDelegatingContract(Contract) - Constructor for class feign.hystrix.HystrixDelegatingContract
- HystrixFeign - Class in feign.hystrix
-
Allows Feign interfaces to return HystrixCommand or rx.Observable or rx.Single objects.
- HystrixFeign() - Constructor for class feign.hystrix.HystrixFeign
- HystrixFeign.Builder - Class in feign.hystrix
I
- invocationHandlerFactory(InvocationHandlerFactory) - Method in class feign.hystrix.HystrixFeign.Builder
L
- logger(Logger) - Method in class feign.hystrix.HystrixFeign.Builder
- logLevel(Logger.Level) - Method in class feign.hystrix.HystrixFeign.Builder
M
- mapAndDecode(ResponseMapper, Decoder) - Method in class feign.hystrix.HystrixFeign.Builder
O
- options(Request.Options) - Method in class feign.hystrix.HystrixFeign.Builder
P
- parseAndValidatateMetadata(Class<?>) - Method in class feign.hystrix.HystrixDelegatingContract
R
- requestInterceptor(RequestInterceptor) - Method in class feign.hystrix.HystrixFeign.Builder
- requestInterceptors(Iterable<RequestInterceptor>) - Method in class feign.hystrix.HystrixFeign.Builder
- retryer(Retryer) - Method in class feign.hystrix.HystrixFeign.Builder
S
- setterFactory(SetterFactory) - Method in class feign.hystrix.HystrixFeign.Builder
-
Allows you to override hystrix properties such as thread pools and command keys.
- SetterFactory - Interface in feign.hystrix
-
Used to control properties of a hystrix command.
- SetterFactory.Default - Class in feign.hystrix
-
Default behavior is to derive the group key from
Target.name()
and the command key fromFeign.configKey(Class, Method)
.
T
- target(Target<T>, FallbackFactory<? extends T>) - Method in class feign.hystrix.HystrixFeign.Builder
- target(Target<T>, T) - Method in class feign.hystrix.HystrixFeign.Builder
- target(Class<T>, String, FallbackFactory<? extends T>) - Method in class feign.hystrix.HystrixFeign.Builder
-
Same as
#target(Class, String, T)
, except you can inspect a source exception before creating a fallback object. - target(Class<T>, String, T) - Method in class feign.hystrix.HystrixFeign.Builder
-
Like
Feign.newInstance(Target)
, except withfallback
support. - toString() - Method in class feign.hystrix.FallbackFactory.Default
All Classes All Packages