
public class HystrixCommandExecutionStarted extends HystrixCommandEvent
filterActualExecutions, filterCompletionsOnly| Constructor and Description |
|---|
HystrixCommandExecutionStarted(HystrixCommandKey commandKey,
HystrixThreadPoolKey threadPoolKey,
HystrixCommandProperties.ExecutionIsolationStrategy isolationStrategy,
int currentConcurrency) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
didCommandExecute() |
int |
getCurrentConcurrency() |
boolean |
isCommandCompletion() |
boolean |
isExecutedInThread() |
boolean |
isExecutionStart() |
boolean |
isResponseThreadPoolRejected() |
getCommandKey, getThreadPoolKeypublic HystrixCommandExecutionStarted(HystrixCommandKey commandKey, HystrixThreadPoolKey threadPoolKey, HystrixCommandProperties.ExecutionIsolationStrategy isolationStrategy, int currentConcurrency)
public boolean isExecutionStart()
isExecutionStart in class HystrixCommandEventpublic boolean isExecutedInThread()
isExecutedInThread in class HystrixCommandEventpublic boolean isResponseThreadPoolRejected()
isResponseThreadPoolRejected in class HystrixCommandEventpublic boolean isCommandCompletion()
isCommandCompletion in class HystrixCommandEventpublic boolean didCommandExecute()
didCommandExecute in class HystrixCommandEventpublic int getCurrentConcurrency()