Package feign.hystrix

Class 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 from Target.name() and the command key from Feign.configKey(Class, Method).
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Default

        public Default()
    • 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 interface SetterFactory