public interface HystrixInvokableInfo<R>
Modifier and Type | Method and Description |
---|---|
HystrixCommandGroupKey |
getCommandGroup() |
HystrixCommandKey |
getCommandKey() |
long |
getCommandRunStartTimeInNanos() |
List<HystrixEventType> |
getExecutionEvents() |
int |
getExecutionTimeInMilliseconds() |
Throwable |
getFailedExecutionException() |
HystrixCommandMetrics |
getMetrics() |
int |
getNumberEmissions() |
int |
getNumberFallbackEmissions() |
HystrixCommandProperties |
getProperties() |
HystrixThreadPoolKey |
getThreadPoolKey() |
boolean |
isCircuitBreakerOpen() |
boolean |
isExecutedInThread() |
boolean |
isExecutionComplete() |
boolean |
isFailedExecution() |
boolean |
isResponseFromCache() |
boolean |
isResponseFromFallback() |
boolean |
isResponseRejected() |
boolean |
isResponseShortCircuited() |
boolean |
isResponseTimedOut() |
boolean |
isSuccessfulExecution() |
HystrixCommandGroupKey getCommandGroup()
HystrixCommandKey getCommandKey()
HystrixThreadPoolKey getThreadPoolKey()
HystrixCommandMetrics getMetrics()
HystrixCommandProperties getProperties()
boolean isCircuitBreakerOpen()
boolean isExecutionComplete()
boolean isExecutedInThread()
boolean isSuccessfulExecution()
boolean isFailedExecution()
Throwable getFailedExecutionException()
boolean isResponseFromFallback()
boolean isResponseTimedOut()
boolean isResponseShortCircuited()
boolean isResponseFromCache()
boolean isResponseRejected()
List<HystrixEventType> getExecutionEvents()
int getNumberEmissions()
int getNumberFallbackEmissions()
int getExecutionTimeInMilliseconds()
long getCommandRunStartTimeInNanos()
Copyright © 2015. All Rights Reserved.