Class SpaceWebNotificationWebSocketEventListener

java.lang.Object
org.exoplatform.container.component.BaseComponentPlugin
org.exoplatform.services.listener.Listener<org.exoplatform.social.notification.model.SpaceWebNotificationItem,Long>
org.exoplatform.social.websocket.listener.SpaceWebNotificationWebSocketEventListener
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class SpaceWebNotificationWebSocketEventListener extends org.exoplatform.services.listener.Listener<org.exoplatform.social.notification.model.SpaceWebNotificationItem,Long>
A listener that will be triggered asynchronously after marking an item as unread to transmit modifications to end users via WebSocket
  • Constructor Details

  • Method Details

    • onEvent

      public void onEvent(org.exoplatform.services.listener.Event<org.exoplatform.social.notification.model.SpaceWebNotificationItem,Long> event) throws Exception
      Specified by:
      onEvent in class org.exoplatform.services.listener.Listener<org.exoplatform.social.notification.model.SpaceWebNotificationItem,Long>
      Throws:
      Exception