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 SummaryFields inherited from class org.springframework.integration.events.IntegrationEventcauseFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionStompReceiptEvent(Object source, String destination, String receiptId, StompCommand stompCommand, boolean lost) 
- 
Method SummaryModifier and TypeMethodDescriptionMessage<?> booleanisLost()voidsetMessage(Message<?> message) toString()Methods inherited from class org.springframework.integration.events.IntegrationEventgetCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEventgetTimestampMethods inherited from class java.util.EventObjectgetSource
- 
Constructor Details- 
StompReceiptEventpublic StompReceiptEvent(Object source, String destination, String receiptId, StompCommand stompCommand, boolean lost) 
 
- 
- 
Method Details- 
getDestination
- 
getReceiptId
- 
getStompCommand
- 
isLostpublic boolean isLost()
- 
getMessage
- 
setMessage
- 
toString- Overrides:
- toStringin class- IntegrationEvent
 
 
-