See: Description
| Class | Description |
|---|---|
| AggregateCounterHandler |
Handles incoming messages for the
aggregate-counter module, resolves SpEL expressions
as needed and delegate the heavy lifting to an AggregateCounterRepository. |
| FieldValueCounterHandler |
Counts the occurrence of values for a set of JavaBean properties or Tuple fields using a FieldValueCounterRepository.
|
| GaugeHandler | |
| MessageCounterHandler |
Counts the number of non-null messages using an underlying
CounterRepository. |
| RichGaugeHandler |