Class StompUnsubscribeEvent

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

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

  • Constructor Details

    • StompUnsubscribeEvent

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