Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
com.netflix.hystrix.strategy |
Parent package of strategies and plugin management.
|
com.netflix.hystrix.strategy.concurrency |
Strategy definition for concurrency related behavior and default implementation.
|
com.netflix.hystrix.strategy.properties |
Strategy definition for properties and configuration and default implementation.
|
com.netflix.hystrix.util |
Common utility classes.
|
Class and Description |
---|
HystrixProperty
Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
|
Class and Description |
---|
HystrixPropertiesStrategy
Abstract class with default implementations of factory methods for properties used by various components of Hystrix.
|
Class and Description |
---|
HystrixProperty
Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
|
Class and Description |
---|
HystrixPropertiesChainedArchaiusProperty.BooleanProperty |
HystrixPropertiesChainedArchaiusProperty.ChainLink |
HystrixPropertiesChainedArchaiusProperty.DynamicBooleanProperty |
HystrixPropertiesChainedArchaiusProperty.DynamicIntegerProperty |
HystrixPropertiesChainedArchaiusProperty.DynamicLongProperty |
HystrixPropertiesChainedArchaiusProperty.DynamicStringProperty |
HystrixPropertiesChainedArchaiusProperty.IntegerProperty |
HystrixPropertiesChainedArchaiusProperty.StringProperty |
HystrixPropertiesStrategy
Abstract class with default implementations of factory methods for properties used by various components of Hystrix.
|
HystrixProperty
Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
|
Class and Description |
---|
HystrixProperty
Generic interface to represent a property value so Hystrix can consume properties without being tied to any particular backing implementation.
|
Copyright © 2020. All Rights Reserved.