Interface ProducerStatus

All Superinterfaces:
Message

public interface ProducerStatus extends Message
The event that gets released when the status of the producer gets updated
  • Method Details

    • isDown

      boolean isDown()
      An indication if the associated Producer is down
      Returns:
      true if the Producer is down, otherwise false
    • isDelayed

      boolean isDelayed()
      An indication if the associated Producer is delayed(processing queue is building up)
      Returns:
      true if the Producer is delayed, otherwise false
    • getProducerStatusReason

      ProducerStatusReason getProducerStatusReason()
      Returns the reason of the Producer status change
      Returns:
      the reason of the status change