Package feign.hystrix
-
Interface Summary Interface Description FallbackFactory<T> Used to control the fallback given its cause.SetterFactory Used to control properties of a hystrix command. -
Class Summary Class Description 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.Default Default behavior is to derive the group key fromTarget.name()
and the command key fromFeign.configKey(Class, Method)
.