Package | Description |
---|---|
com.netflix.hystrix.strategy.concurrency |
Strategy definition for concurrency related behavior and default implementation.
|
Modifier and Type | Method and Description |
---|---|
static HystrixRequestContext |
HystrixRequestContext.getContextForCurrentThread() |
static HystrixRequestContext |
HystrixRequestContext.initializeContext()
Call this at the beginning of each request (from parent thread)
to initialize the underlying context so that
HystrixRequestVariableDefault can be used on any children threads and be accessible from
the parent thread. |
Modifier and Type | Method and Description |
---|---|
static void |
HystrixRequestContext.setContextOnCurrentThread(HystrixRequestContext state) |
Copyright © 2020. All Rights Reserved.