java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.web.socket.messaging.AbstractSubProtocolEvent
org.springframework.integration.websocket.event.ReceiptEvent
All Implemented Interfaces:
java.io.Serializable

public class ReceiptEvent
extends org.springframework.web.socket.messaging.AbstractSubProtocolEvent
The AbstractSubProtocolEvent implementation, which is emitted for the WebSocket sub-protocol-specific RECEIPT frame on the client side.
Since:
4.1.3
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    ReceiptEvent​(java.lang.Object source, org.springframework.messaging.Message<byte[]> message)  
  • Method Summary

    Methods inherited from class org.springframework.web.socket.messaging.AbstractSubProtocolEvent

    getMessage, getUser, toString

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ReceiptEvent

      public ReceiptEvent​(java.lang.Object source, org.springframework.messaging.Message<byte[]> message)