Class CotPushNotificationService

java.lang.Object
es.kukenan.smartfi.microservice.communication.service.messaging.CotPushNotificationService

@Service public class CotPushNotificationService extends Object
Service that hold and manege all COT push notifications.
  • Field Details

    • airshipNotificationHandler

      @Autowired private AirshipNotificationHandler 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.