public class StompReceiptEvent extends StompIntegrationEvent
StompIntegrationEvent for the STOMP RECEIPT Frames or lost receipts.StompInboundChannelAdapter,
StompMessageHandler,
Serialized Formsource| Constructor and Description |
|---|
StompReceiptEvent(Object source,
String destination,
String receiptId,
StompCommand stompCommand,
boolean lost) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestination() |
Message<?> |
getMessage() |
String |
getReceiptId() |
StompCommand |
getStompCommand() |
boolean |
isLost() |
void |
setMessage(Message<?> message) |
String |
toString() |
getCausegetTimestampgetSourcepublic StompReceiptEvent(Object source, String destination, String receiptId, StompCommand stompCommand, boolean lost)
public String getDestination()
public String getReceiptId()
public StompCommand getStompCommand()
public boolean isLost()
public Message<?> getMessage()
public void setMessage(Message<?> message)
public String toString()
toString in class IntegrationEvent