Package feign.hystrix
Class SetterFactory.Default
- java.lang.Object
-
- feign.hystrix.SetterFactory.Default
-
- All Implemented Interfaces:
SetterFactory
- Enclosing interface:
- SetterFactory
public static final class SetterFactory.Default extends java.lang.Object implements SetterFactory
Default behavior is to derive the group key fromTarget.name()
and the command key fromFeign.configKey(Class, Method)
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface feign.hystrix.SetterFactory
SetterFactory.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.netflix.hystrix.HystrixCommand.Setter
create(feign.Target<?> target, java.lang.reflect.Method method)
Returns a hystrix setter appropriate for the given target and method
-
-
-
Method Detail
-
create
public com.netflix.hystrix.HystrixCommand.Setter create(feign.Target<?> target, java.lang.reflect.Method method)
Description copied from interface:SetterFactory
Returns a hystrix setter appropriate for the given target and method- Specified by:
create
in interfaceSetterFactory
-
-