| Interface | Description |
|---|---|
| MetricEventsListener<E extends MetricsEvent<?>> |
A contract to listen for events based on which all metrics can be calculated.
|
| MetricEventsPublisher<E extends MetricsEvent<?>> | |
| MetricsEvent<T extends java.lang.Enum> |
An interface usually implemented as an
Enum representing a metric event. |
| 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.
|
| Exception | Description |
|---|---|
| ListenerInvocationException |