Package io.meeds.pwa.plugin.analytics
Class PwaNotificationReceivedListener
java.lang.Object
io.meeds.pwa.plugin.analytics.BasePwaStatisticCollector
io.meeds.pwa.plugin.analytics.PwaNotificationReceivedListener
- All Implemented Interfaces:
org.exoplatform.services.listener.ListenerBase<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo>
@Component
public class PwaNotificationReceivedListener
extends BasePwaStatisticCollector
implements org.exoplatform.services.listener.ListenerBase<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.meeds.pwa.plugin.analytics.BasePwaStatisticCollector
addSubscriptionDetailsMethods 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
-
PwaNotificationReceivedListener
public PwaNotificationReceivedListener()
-
-
Method Details
-
init
@PostConstruct public void init() -
onEvent
public void onEvent(org.exoplatform.services.listener.Event<io.meeds.pwa.model.UserPushSubscription, org.exoplatform.commons.api.notification.model.NotificationInfo> event) throws Exception- Specified by:
onEventin interfaceorg.exoplatform.services.listener.ListenerBase<io.meeds.pwa.model.UserPushSubscription,org.exoplatform.commons.api.notification.model.NotificationInfo> - Throws:
Exception
-