
public class HystrixRequestEvents
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HystrixRequestEvents.ExecutionSignature |
| Constructor and Description |
|---|
HystrixRequestEvents(java.util.Collection<HystrixInvokableInfo<?>> executions) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<HystrixInvokableInfo<?>> |
getExecutions() |
java.util.Map<HystrixRequestEvents.ExecutionSignature,java.util.List<java.lang.Integer>> |
getExecutionsMappedToLatencies() |
public HystrixRequestEvents(java.util.Collection<HystrixInvokableInfo<?>> executions)
public java.util.Collection<HystrixInvokableInfo<?>> getExecutions()
public java.util.Map<HystrixRequestEvents.ExecutionSignature,java.util.List<java.lang.Integer>> getExecutionsMappedToLatencies()