Class HystrixCommandExecutionHook
Inheritance
System.Object
HystrixCommandExecutionHook
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public abstract class HystrixCommandExecutionHook : object
Methods
|
Edit this page
View Source
OnCacheHit(IHystrixInvokable)
Declaration
public virtual void OnCacheHit(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnEmit<T>(IHystrixInvokable, T)
Declaration
public virtual T OnEmit<T>(IHystrixInvokable commandInstance, T value)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
OnError(IHystrixInvokable, FailureType, Exception)
Declaration
public virtual Exception OnError(IHystrixInvokable commandInstance, FailureType failureType, Exception e)
Parameters
Returns
Type |
Description |
Exception |
|
|
Edit this page
View Source
OnExecutionEmit<T>(IHystrixInvokable, T)
Declaration
public virtual T OnExecutionEmit<T>(IHystrixInvokable commandInstance, T value)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
OnExecutionError(IHystrixInvokable, Exception)
Declaration
public virtual Exception OnExecutionError(IHystrixInvokable commandInstance, Exception e)
Parameters
Returns
Type |
Description |
Exception |
|
|
Edit this page
View Source
OnExecutionStart(IHystrixInvokable)
Declaration
public virtual void OnExecutionStart(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnExecutionSuccess(IHystrixInvokable)
Declaration
public virtual void OnExecutionSuccess(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnFallbackEmit<T>(IHystrixInvokable, T)
Declaration
public virtual T OnFallbackEmit<T>(IHystrixInvokable commandInstance, T value)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
OnFallbackError(IHystrixInvokable, Exception)
Declaration
public virtual Exception OnFallbackError(IHystrixInvokable commandInstance, Exception e)
Parameters
Returns
Type |
Description |
Exception |
|
|
Edit this page
View Source
OnFallbackStart(IHystrixInvokable)
Declaration
public virtual void OnFallbackStart(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnFallbackSuccess(IHystrixInvokable)
Declaration
public virtual void OnFallbackSuccess(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnStart(IHystrixInvokable)
Declaration
public virtual void OnStart(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnSuccess(IHystrixInvokable)
Declaration
public virtual void OnSuccess(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnThreadComplete(IHystrixInvokable)
Declaration
public virtual void OnThreadComplete(IHystrixInvokable commandInstance)
Parameters
|
Edit this page
View Source
OnThreadStart(IHystrixInvokable)
Declaration
public virtual void OnThreadStart(IHystrixInvokable commandInstance)
Parameters