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