
| Interface | Description |
|---|---|
| HystrixEvent |
Marker interface for events which may appear in an event stream
|
| HystrixEventStream<E extends HystrixEvent> |
Base interface for a stream of
HystrixEventTypes. |
| Class | Description |
|---|---|
| CachedValuesHistogram | |
| HystrixCollapserEvent |
Data class that comprises the event stream for Hystrix collapser executions.
|
| HystrixCollapserEventStream |
Per-Collapser stream of
HystrixCollapserEvents. |
| HystrixCommandCompletion |
Data class which gets fed into event stream when a command completes (with any of the outcomes in
HystrixEventType). |
| HystrixCommandCompletionStream |
Per-Command stream of
HystrixCommandCompletions. |
| HystrixCommandEvent |
Data class that comprises the event stream for Hystrix command executions.
|
| HystrixCommandExecutionStarted |
Data class that get fed to event stream when a command starts executing.
|
| HystrixCommandStartStream |
Per-Command stream of
HystrixCommandExecutionStarteds. |
| HystrixRequestEvents | |
| HystrixRequestEvents.ExecutionSignature | |
| HystrixRequestEventsStream |
Stream of requests, each of which contains a series of command executions
|
| HystrixThreadEventStream |
Per-thread event stream.
|
| HystrixThreadPoolCompletionStream |
Per-ThreadPool stream of
HystrixCommandCompletions. |
| HystrixThreadPoolStartStream |
Per-ThreadPool stream of
HystrixCommandExecutionStarteds. |