
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface HystrixCommandGroupKey
A group name for a HystrixCommand. This is used for grouping together commands such as for reporting, alerting, dashboards or team/library ownership.
By default this will be used to define the HystrixThreadPoolKey unless a separate one is defined.
This interface is intended to work natively with Enums so that implementing code can have an enum with the owners that implements this interface.
| Nested Class Summary | |
|---|---|
static class |
HystrixCommandGroupKey.Factory
|
| Method Summary | |
|---|---|
java.lang.String |
name()
The word 'name' is used instead of 'key' so that Enums can implement this interface and it work natively. |
| Method Detail |
|---|
java.lang.String name()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||