public final class HystrixDelegatingContract
extends java.lang.Object
implements feign.Contract
HystrixCommand, Observable, or Single so that they
are decoded properly.
For example, HystrixCommand<Foo> and Observable<Foo> will decode Foo.
| Constructor and Description |
|---|
HystrixDelegatingContract(feign.Contract delegate) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<feign.MethodMetadata> |
parseAndValidatateMetadata(java.lang.Class<?> targetType) |