Interface IHystrixInvokableInfo
Assembly: Steeltoe.CircuitBreaker.HystrixBase.dll
Syntax
public interface IHystrixInvokableInfo
Properties
|
Edit this page
View Source
CommandGroup
Declaration
IHystrixCommandGroupKey CommandGroup { get; }
Property Value
|
Edit this page
View Source
CommandKey
Declaration
IHystrixCommandKey CommandKey { get; }
Property Value
|
Edit this page
View Source
CommandOptions
Declaration
IHystrixCommandOptions CommandOptions { get; }
Property Value
|
Edit this page
View Source
CommandRunStartTimeInNanos
Declaration
long CommandRunStartTimeInNanos { get; }
Property Value
Type |
Description |
System.Int64 |
|
|
Edit this page
View Source
EventCounts
Declaration
ExecutionResult.EventCounts EventCounts { get; }
Property Value
|
Edit this page
View Source
ExecutionEvents
Declaration
List<HystrixEventType> ExecutionEvents { get; }
Property Value
|
Edit this page
View Source
ExecutionTimeInMilliseconds
Declaration
int ExecutionTimeInMilliseconds { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
FailedExecutionException
Declaration
Exception FailedExecutionException { get; }
Property Value
Type |
Description |
Exception |
|
|
Edit this page
View Source
IsCircuitBreakerOpen
Declaration
bool IsCircuitBreakerOpen { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExecutedInThread
Declaration
bool IsExecutedInThread { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsExecutionComplete
Declaration
bool IsExecutionComplete { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsFailedExecution
Declaration
bool IsFailedExecution { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseFromCache
Declaration
bool IsResponseFromCache { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseFromFallback
Declaration
bool IsResponseFromFallback { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseRejected
Declaration
bool IsResponseRejected { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseSemaphoreRejected
Declaration
bool IsResponseSemaphoreRejected { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseShortCircuited
Declaration
bool IsResponseShortCircuited { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseThreadPoolRejected
Declaration
bool IsResponseThreadPoolRejected { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsResponseTimedOut
Declaration
bool IsResponseTimedOut { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
IsSuccessfulExecution
Declaration
bool IsSuccessfulExecution { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
Metrics
Declaration
HystrixCommandMetrics Metrics { get; }
Property Value
|
Edit this page
View Source
NumberCollapsed
Declaration
int NumberCollapsed { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
NumberEmissions
Declaration
int NumberEmissions { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
NumberFallbackEmissions
Declaration
int NumberFallbackEmissions { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
OriginatingCollapserKey
Declaration
IHystrixCollapserKey OriginatingCollapserKey { get; }
Property Value
|
Edit this page
View Source
PublicCacheKey
Declaration
string PublicCacheKey { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
ThreadPoolKey
Declaration
IHystrixThreadPoolKey ThreadPoolKey { get; }
Property Value