
public class HystrixThreadPoolCompletionStream extends java.lang.Object implements HystrixEventStream<HystrixCommandCompletion>
HystrixCommandCompletions. 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 HystrixThreadPoolCompletionStream |
getInstance(HystrixThreadPoolKey threadPoolKey) |
rx.Observable<HystrixCommandCompletion> |
observe() |
static void |
reset() |
java.lang.String |
toString() |
void |
write(HystrixCommandCompletion event) |
public static HystrixThreadPoolCompletionStream getInstance(HystrixThreadPoolKey threadPoolKey)
public static void reset()
public void write(HystrixCommandCompletion event)
public rx.Observable<HystrixCommandCompletion> observe()
observe in interface HystrixEventStream<HystrixCommandCompletion>public java.lang.String toString()
toString in class java.lang.Object