Interface ObservationContext
public interface ObservationContext
The per-channel context of the Message observation.
It is created at the observation initialization by-channel and included at each message observation calls.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ObservationContext
Default no-op observation context -
Method Summary
Modifier and TypeMethodDescriptionvoid
complete
(MessageObservation observation) Called after observation is completed.
-
Field Details
-
DEFAULT
Default no-op observation context
-
-
Method Details
-
complete
Called after observation is completed.- Parameters:
observation
- the completed message observation
-