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,org.exoplatform.services.listener.ListenerBase<org.exoplatform.social.notification.model.SpaceWebNotificationItem,Long>
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
-
Field Summary
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name -
Constructor Summary
ConstructorsConstructorDescriptionSpaceWebNotificationWebSocketEventListener(SpaceWebNotificationWebSocketService spaceWebNotificationWebSocketService) -
Method Summary
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.services.listener.ListenerBase
getName
-
Constructor Details
-
SpaceWebNotificationWebSocketEventListener
public SpaceWebNotificationWebSocketEventListener(SpaceWebNotificationWebSocketService spaceWebNotificationWebSocketService)
-
-
Method Details