Class CotPushNotificationService
java.lang.Object
es.kukenan.smartfi.microservice.communication.service.messaging.CotPushNotificationService
Service that hold and manege all COT push notifications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AirshipNotificationHandlerHandler for COT Push notifications. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleCotPushNotification(es.kukenan.smartfi.microservice.eventsender.events.CotPushNotificationEvent cotPushNotificationEvent) Handle and process COT push notifications.
-
Field Details
-
airshipNotificationHandler
Handler for COT Push notifications.
-
-
Constructor Details
-
CotPushNotificationService
public CotPushNotificationService()
-
-
Method Details
-
handleCotPushNotification
public void handleCotPushNotification(es.kukenan.smartfi.microservice.eventsender.events.CotPushNotificationEvent cotPushNotificationEvent) Handle and process COT push notifications.- Parameters:
cotPushNotificationEvent- Event for COT push notifications.
-