| Package | Description |
|---|---|
| com.netflix.hystrix.strategy |
Parent package of strategies and plugin management.
|
| com.netflix.hystrix.strategy.executionhook |
Strategy definition for execution hook.
|
| Modifier and Type | Method and Description |
|---|---|
HystrixCommandExecutionHook |
HystrixPlugins.getCommandExecutionHook()
Retrieve instance of
HystrixCommandExecutionHook to use based on order of precedence as defined in HystrixPlugins class header. |
| Modifier and Type | Method and Description |
|---|---|
void |
HystrixPlugins.registerCommandExecutionHook(HystrixCommandExecutionHook impl)
Register a
HystrixCommandExecutionHook implementation as a global override of any injected or default implementations. |
| Modifier and Type | Class and Description |
|---|---|
class |
HystrixCommandExecutionHookDefault
Default implementations of
HystrixCommandExecutionHook that does nothing. |
| Modifier and Type | Method and Description |
|---|---|
static HystrixCommandExecutionHook |
HystrixCommandExecutionHookDefault.getInstance() |
Copyright © 2017. All Rights Reserved.