public interface MetricsEvent<T extends java.lang.Enum>
Enum
representing a metric event.Modifier and Type | Interface and Description |
---|---|
static interface |
MetricsEvent.MetricEventType
This interface is a "best-practice" rather than a contract as a more strongly required contract is for the event
type to be an enum.
|
Modifier and Type | Method and Description |
---|---|
T |
getType() |
boolean |
isError() |
boolean |
isTimed() |
T getType()
boolean isTimed()
boolean isError()