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

    Fields
    Modifier and Type
    Field
    Description
    static final ObservationContext
    Default no-op observation context
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after observation is completed.
  • Field Details

  • Method Details

    • complete

      void complete(MessageObservation observation)
      Called after observation is completed.
      Parameters:
      observation - the completed message observation