| Package | Description |
|---|---|
| com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
| com.netflix.hystrix.collapser |
| Class and Description |
|---|
| RequestCollapserFactory.Scope |
| Class and Description |
|---|
| CollapserTimer
Timer used for trigger batch execution.
|
| HystrixCollapserBridge
Bridge between HystrixCollapser and RequestCollapser to expose 'protected' and 'private' functionality across packages.
|
| RequestCollapser
Requests are submitted to this and batches executed based on size or time.
|
| RequestCollapserFactory.Scope |
| RequestCollapserFactory.Setter
Fluent interface for arguments to the
HystrixCollapser constructor. |
Copyright © 2015. All Rights Reserved.