@Version(value="2.1.0.${qualifier}")
See: Description
| Class | Description |
|---|---|
| AbstractObservationProvider<T> |
Gives a basic implementation of an
ObservationProvider where the AbstractObservationProvider.subscribe(ObservationConsumer) and
AbstractObservationProvider.unsubscribe(ObservationConsumer) methods are implemented. |
| ObservationProviderRegistrationHelper |
This helper class should be used for correct registration of ObservationProviders in the service repository.
|
| SimpleObservationProvider<T> |
The
SimpleObservationProvider is used for objects that won't need to implement the
ObservationProvider itself. |
| SimpleObservationProvider.Builder<T> |
This
SimpleObservationProvider.Builder is a helper class to create SimpleObservationProvider. |
| Annotation Type | Description |
|---|---|
| ObservationAttribute |
This attribute can be used on value types to let the
ObservationProviderRegistrationHelper register the value
types correctly in the service registry. |