Class HystrixCommandCompletion
Inheritance
System.Object
HystrixCommandCompletion
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public class HystrixCommandCompletion : HystrixCommandEvent, IHystrixEvent
Fields
|
Edit this page
View Source
executionResult
Declaration
protected readonly ExecutionResult executionResult
Field Value
|
Edit this page
View Source
requestContext
Declaration
protected readonly HystrixRequestContext requestContext
Field Value
Properties
|
Edit this page
View Source
DidCommandExecute
Declaration
public override bool DidCommandExecute { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
Eventcounts
Declaration
public ExecutionResult.EventCounts Eventcounts { get; }
Property Value
|
Edit this page
View Source
ExecutionLatency
Declaration
public long ExecutionLatency { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
IsCommandCompletion
Declaration
public override bool IsCommandCompletion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsExecutedInThread
Declaration
public override bool IsExecutedInThread { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsExecutionStart
Declaration
public override bool IsExecutionStart { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
IsResponseThreadPoolRejected
Declaration
public override bool IsResponseThreadPoolRejected { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
|
Edit this page
View Source
RequestContext
Declaration
public HystrixRequestContext RequestContext { get; }
Property Value
|
Edit this page
View Source
TotalLatency
Declaration
public long TotalLatency { get; }
Property Value
Type |
Description |
System.Int64 |
|
Methods
|
Edit this page
View Source
From(ExecutionResult, IHystrixCommandKey, IHystrixThreadPoolKey)
Declaration
public static HystrixCommandCompletion From(ExecutionResult executionResult, IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey)
Parameters
Returns
|
Edit this page
View Source
From(ExecutionResult, IHystrixCommandKey, IHystrixThreadPoolKey, HystrixRequestContext)
Declaration
public static HystrixCommandCompletion From(ExecutionResult executionResult, IHystrixCommandKey commandKey, IHystrixThreadPoolKey threadPoolKey, HystrixRequestContext requestContext)
Parameters
Returns
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements