Interface BoltExchangeObservation

All Superinterfaces:
ImmutableObservation, Observation

public interface BoltExchangeObservation extends Observation
An observation of Bolt exchange.
Since:
7.0.0
  • Method Details

    • onWrite

      BoltExchangeObservation onWrite(String messageName)
      A notification of a successful Bolt message write. Note that is NOT a flush notification.
      Parameters:
      messageName - the message name
      Returns:
      this observation
    • onRecord

      A notification of Bolt RECORD receipt.
      Returns:
      this observation
    • onSummary

      BoltExchangeObservation onSummary(String messageName)
      A notification of Bolt message summary receipt.
      Parameters:
      messageName - the message name
      Returns:
      this observation
    • error

      Description copied from interface: Observation
      Signals that an error has occured during execution.
      Specified by:
      error in interface Observation
      Parameters:
      error - the error
      Returns:
      this observation