Class MessageRejectedEvent

All Implemented Interfaces:
Jsonable

public final class MessageRejectedEvent extends Event
Represents a EventType.MESSAGE_REJECTED event.
  • Method Details

    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.
    • getEventId

      public Integer getEventId()
      ID of the event. Note that this is the body for the event status update, so may be different from Event.getId().
      Returns:
      The event ID pointer as an Integer.