Package feign.hystrix
Class HystrixFeign
- java.lang.Object
-
- feign.hystrix.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 callsHystrixCommand.execute()
directly.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HystrixFeign.Builder
-
Constructor Summary
Constructors Constructor Description HystrixFeign()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static HystrixFeign.Builder
builder()
-
-
-
Method Detail
-
builder
public static HystrixFeign.Builder builder()
-
-