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.
|
T getType()
boolean isTimed()
boolean isError()