Hystrix: Latency and Fault Tolerance for Distributed Systems



com.netflix.hystrix.strategy.properties
Interface HystrixProperty<T>

Type Parameters:
T - Type of property value

public interface HystrixProperty<T>

Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.


Nested Class Summary
static class HystrixProperty.Factory
          Helper methods for wrapping static values and dynamic Archaius (https://github.com/Netflix/archaius) properties in the HystrixProperty interface.
 
Method Summary
 T get()
           
 

Method Detail

get

T get()