Class StompReceiptEvent

All Implemented Interfaces:
Serializable

public class StompReceiptEvent extends StompIntegrationEvent
The StompIntegrationEvent for the STOMP RECEIPT Frames or lost receipts.
Since:
4.2
Author:
Artem Bilan, Gary Russell
See Also:
  • Constructor Details

  • Method Details

    • getDestination

      public String getDestination()
    • getReceiptId

      public String getReceiptId()
    • getStompCommand

      public StompCommand getStompCommand()
    • isLost

      public boolean isLost()
    • getMessage

      public Message<?> getMessage()
    • setMessage

      public void setMessage(Message<?> message)
    • toString

      public String toString()
      Overrides:
      toString in class IntegrationEvent