@Version(value="2.0.0.${qualifier}")
Observations.See: Description
| Interface | Description |
|---|---|
| ObservationConsumer<T> |
An
ObservationConsumer is any object that is interested in observations of ObservationProviders. |
| ObservationProvider<T> |
| Class | Description |
|---|---|
| Observation<T> |
An
Observation is a measurement that has been done at a certain time. |
| ObservationTranslationHelper |
This utility class has a 2 methods that are used by the
Observation.getValueMap() and
Observation.getValue(String) methods. |
Observations.