Package | Description |
---|---|
com.netflix.hystrix.strategy.concurrency |
Strategy definition for concurrency related behavior and default implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
HystrixLifecycleForwardingRequestVariable<T>
Implementation of
HystrixRequestVariable which forwards to the wrapped
HystrixRequestVariableLifecycle . |
class |
HystrixRequestVariableDefault<T>
Default implementation of
HystrixRequestVariable . |
Modifier and Type | Method and Description |
---|---|
<T> HystrixRequestVariable<T> |
HystrixConcurrencyStrategy.getRequestVariable(HystrixRequestVariableLifecycle<T> rv)
Factory method to return an implementation of
HystrixRequestVariable that behaves like a ThreadLocal except that it
is scoped to a request instead of a thread. |
Copyright © 2016. All Rights Reserved.