public interface HystrixCommandGroupKey
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.
| Modifier and Type | Interface and Description |
|---|---|
static class |
HystrixCommandGroupKey.Factory |
String name()
Copyright © 2015. All Rights Reserved.