All Classes
-
All Classes Interface Summary Class Summary Class Description FallbackFactory<T> Used to control the fallback given its cause.FallbackFactory.Default<T> Returns a constant fallback after logging the cause to FINE level.HystrixDelegatingContract This special cases methods that returnHystrixCommand
,Observable
, orSingle
so that they are decoded properly.HystrixFeign Allows Feign interfaces to return HystrixCommand or rx.Observable or rx.Single objects.HystrixFeign.Builder SetterFactory Used to control properties of a hystrix command.SetterFactory.Default Default behavior is to derive the group key fromTarget.name()
and the command key fromFeign.configKey(Class, Method)
.