@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Hystrix
| Modifier and Type | Optional Element and Description | 
|---|---|
Property[] | 
commandProperties  | 
String | 
group
The command group key is used for grouping together commands such as for reporting,
 alerting, dashboards or team/library ownership. 
 | 
String | 
threadPool
The thread-pool key is used to represent a
 HystrixThreadPool for monitoring, metrics publishing, caching and other such uses. 
 | 
Property[] | 
threadPoolProperties  | 
boolean | 
wrapExceptions  | 
public abstract String group
public abstract String threadPool
public abstract boolean wrapExceptions
public abstract Property[] commandProperties
HystrixCommandPropertiespublic abstract Property[] threadPoolProperties
HystrixThreadPoolProperties