Class StompUnsubscribeEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.bytedesk.core.socket.stomp.StompUnsubscribeEvent
All Implemented Interfaces:
Serializable

public class StompUnsubscribeEvent extends org.springframework.context.ApplicationEvent
See Also:
  • Field Details

    • topic

      private String topic
    • clientId

      private String clientId
  • Constructor Details

    • StompUnsubscribeEvent

      public StompUnsubscribeEvent(Object source, String topic, String clientId)