
public abstract class HystrixCommandEvent extends java.lang.Object implements HystrixEvent
HystrixCommandCompletions.| Modifier and Type | Field and Description |
|---|---|
static rx.functions.Func1<HystrixCommandEvent,java.lang.Boolean> |
filterActualExecutions |
static rx.functions.Func1<HystrixCommandEvent,java.lang.Boolean> |
filterCompletionsOnly |
| Modifier | Constructor and Description |
|---|---|
protected |
HystrixCommandEvent(HystrixCommandKey commandKey,
HystrixThreadPoolKey threadPoolKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
didCommandExecute() |
HystrixCommandKey |
getCommandKey() |
HystrixThreadPoolKey |
getThreadPoolKey() |
abstract boolean |
isCommandCompletion() |
abstract boolean |
isExecutedInThread() |
abstract boolean |
isExecutionStart() |
abstract boolean |
isResponseThreadPoolRejected() |
public static final rx.functions.Func1<HystrixCommandEvent,java.lang.Boolean> filterCompletionsOnly
public static final rx.functions.Func1<HystrixCommandEvent,java.lang.Boolean> filterActualExecutions
protected HystrixCommandEvent(HystrixCommandKey commandKey, HystrixThreadPoolKey threadPoolKey)
public HystrixCommandKey getCommandKey()
public HystrixThreadPoolKey getThreadPoolKey()
public abstract boolean isExecutionStart()
public abstract boolean isExecutedInThread()
public abstract boolean isResponseThreadPoolRejected()
public abstract boolean isCommandCompletion()
public abstract boolean didCommandExecute()