| Class | Description |
|---|---|
| CompositeCommand |
This command is used to wrap any
Asynchronous operation. |
| HystrixCommandBinding.Literal | |
| HystrixCommandInterceptor |
Implementation notes:
|
| HystrixExtension | |
| HystrixExtension.HystrixInterceptorBindingAnnotatedType<T extends Annotation> | |
| SimpleCommand |
| Exception | Description |
|---|---|
| FailureNotHandledException |
This exception is thrown if a hystrix command has a fallback defined but the failure is not assignable from any failure exception listed in
CircuitBreaker#failOn(). |
| Annotation Type | Description |
|---|---|
| HystrixCommandBinding |
Copyright © 2018 JBoss by Red Hat. All rights reserved.