public class TracingHystrixCommandExecutionHook
extends com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHook
| Constructor and Description |
|---|
TracingHystrixCommandExecutionHook() |
| Modifier and Type | Method and Description |
|---|---|
<T> Exception |
onExecutionError(com.netflix.hystrix.HystrixInvokable<T> commandInstance,
Exception e) |
<T> void |
onExecutionStart(com.netflix.hystrix.HystrixInvokable<T> commandInstance) |
<T> void |
onExecutionSuccess(com.netflix.hystrix.HystrixInvokable<T> commandInstance) |
onCacheHit, onComplete, onComplete, onEmit, onError, onError, onExecutionEmit, onFallbackEmit, onFallbackError, onFallbackError, onFallbackStart, onFallbackStart, onFallbackSuccess, onFallbackSuccess, onFallbackSuccess, onRunError, onRunError, onRunStart, onRunStart, onRunSuccess, onRunSuccess, onStart, onStart, onSuccess, onThreadComplete, onThreadComplete, onThreadStart, onThreadStart, onUnsubscribepublic <T> void onExecutionStart(com.netflix.hystrix.HystrixInvokable<T> commandInstance)
onExecutionStart in class com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHookpublic <T> Exception onExecutionError(com.netflix.hystrix.HystrixInvokable<T> commandInstance, Exception e)
onExecutionError in class com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHookpublic <T> void onExecutionSuccess(com.netflix.hystrix.HystrixInvokable<T> commandInstance)
onExecutionSuccess in class com.netflix.hystrix.strategy.executionhook.HystrixCommandExecutionHookCopyright © 2018–2019 Thalia Bücher GmbH. All rights reserved.