Class StompReceiptEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.integration.events.IntegrationEvent
org.springframework.integration.stomp.event.StompIntegrationEvent
org.springframework.integration.stomp.event.StompReceiptEvent
- All Implemented Interfaces:
Serializable
The
StompIntegrationEvent
for the STOMP RECEIPT
Frames or lost receipts.- Since:
- 4.2
- Author:
- Artem Bilan, Gary Russell
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
cause
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionStompReceiptEvent
(Object source, String destination, String receiptId, StompCommand stompCommand, boolean lost) -
Method Summary
Modifier and TypeMethodDescriptionMessage<?>
boolean
isLost()
void
setMessage
(Message<?> message) toString()
Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsType
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
StompReceiptEvent
public StompReceiptEvent(Object source, String destination, String receiptId, StompCommand stompCommand, boolean lost)
-
-
Method Details
-
getDestination
-
getReceiptId
-
getStompCommand
-
isLost
public boolean isLost() -
getMessage
-
setMessage
-
toString
- Overrides:
toString
in classIntegrationEvent
-