Package | Description |
---|---|
com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
Modifier and Type | Class and Description |
---|---|
class |
HystrixCollapser<BatchReturnType,ResponseType,RequestArgumentType>
Collapse multiple requests into a single
HystrixCommand execution based on a time window and optionally a max batch size. |
class |
HystrixCommand<R>
Used to wrap code that will execute potentially risky functionality (typically meaning a service call over the network)
with fault and latency tolerance, statistics and performance metrics capture, circuit breaker and bulkhead functionality.
|
Copyright © 2017. All Rights Reserved.