| Package | Description |
|---|---|
| com.netflix.hystrix |
Core functionality of Hystrix including the HystrixCommand and HystrixCollapser to be extended from.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract HystrixObservableCommand<BatchReturnType> |
HystrixObservableCollapser.createCommand(Collection<HystrixCollapser.CollapsedRequest<ResponseType,RequestArgumentType>> requests)
Factory method to create a new
HystrixObservableCommand<BatchReturnType> command object each time a batch needs to be executed. |
Copyright © 2015. All Rights Reserved.