Hystrix: Latency and Fault Tolerance for Distributed Systems



com.netflix.hystrix
Interface HystrixCollapserKey


public interface HystrixCollapserKey

A key to represent a HystrixCollapser for monitoring, circuit-breakers, 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.


Nested Class Summary
static class HystrixCollapserKey.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

name

java.lang.String name()
The word 'name' is used instead of 'key' so that Enums can implement this interface and it work natively.

Returns:
String