
public class HystrixRequestEventsStream
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static HystrixRequestEventsStream |
getInstance() |
rx.Observable<HystrixRequestEvents> |
observe() |
void |
shutdown() |
void |
write(java.util.Collection<HystrixInvokableInfo<?>> executions) |
public static HystrixRequestEventsStream getInstance()
public void shutdown()
public void write(java.util.Collection<HystrixInvokableInfo<?>> executions)
public rx.Observable<HystrixRequestEvents> observe()