
public class HystrixCommandStartStream extends java.lang.Object implements HystrixEventStream<HystrixCommandExecutionStarted>
HystrixCommandExecutionStarteds. This gets written to by HystrixThreadEventStreams.
Events are emitted synchronously in the same thread that performs the command execution.| Modifier and Type | Method and Description |
|---|---|
static HystrixCommandStartStream |
getInstance(HystrixCommandKey commandKey) |
rx.Observable<HystrixCommandExecutionStarted> |
observe() |
static void |
reset() |
java.lang.String |
toString() |
void |
write(HystrixCommandExecutionStarted event) |
public static HystrixCommandStartStream getInstance(HystrixCommandKey commandKey)
public static void reset()
public void write(HystrixCommandExecutionStarted event)
public rx.Observable<HystrixCommandExecutionStarted> observe()
observe in interface HystrixEventStream<HystrixCommandExecutionStarted>public java.lang.String toString()
toString in class java.lang.Object