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
- See Also:
-
Field Summary
Fields inherited from class org.springframework.integration.events.IntegrationEvent
causeFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionStompReceiptEvent(Object source, String destination, String receiptId, org.springframework.messaging.simp.stomp.StompCommand stompCommand, boolean lost) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.Message<?>org.springframework.messaging.simp.stomp.StompCommandbooleanisLost()voidsetMessage(org.springframework.messaging.Message<?> message) toString()Methods inherited from class org.springframework.integration.events.IntegrationEvent
getCause, getSourceAsTypeMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource
-
Constructor Details
-
StompReceiptEvent
-
-
Method Details
-
getDestination
-
getReceiptId
-
getStompCommand
public org.springframework.messaging.simp.stomp.StompCommand getStompCommand() -
isLost
public boolean isLost() -
getMessage
public org.springframework.messaging.Message<?> getMessage() -
setMessage
public void setMessage(org.springframework.messaging.Message<?> message) -
toString
- Overrides:
toStringin classorg.springframework.integration.events.IntegrationEvent
-