public interface HystrixThreadPoolKey
HystrixThreadPool
for monitoring, metrics publishing, caching and other such uses.
This interface is intended to work natively with Enums so that implementing code can be an enum that implements this interface.
Modifier and Type | Interface and Description |
---|---|
static class |
HystrixThreadPoolKey.Factory |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
name()
The 'key' used as the name for a thread-pool.
|