Package feign.hystrix

Class HystrixFeign


  • public final class HystrixFeign
    extends java.lang.Object
    Allows Feign interfaces to return HystrixCommand or rx.Observable or rx.Single objects. Also decorates normal Feign methods with circuit breakers, but calls HystrixCommand.execute() directly.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HystrixFeign.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      HystrixFeign()  
    • Constructor Detail

      • HystrixFeign

        public HystrixFeign()