Class ApnsMessageDeliverer

java.lang.Object
com.flowable.engage.notification.apns.ApnsMessageDeliverer
All Implemented Interfaces:
com.flowable.platform.notification.api.MessageDeliverer

public class ApnsMessageDeliverer
extends java.lang.Object
implements com.flowable.platform.notification.api.MessageDeliverer
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected DeviceService deviceService  
    protected org.slf4j.Logger logger  
    protected org.flowable.engine.ManagementService managementService  
  • Constructor Summary

    Constructors 
    Constructor Description
    ApnsMessageDeliverer​(DeviceService deviceService, org.flowable.engine.ManagementService managementService)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getDelivererType()  
    int getPriority()  
    protected boolean hasEnabledDevices​(java.lang.String recipientId)  
    protected void scheduleMessageSend​(com.flowable.platform.notification.api.NotificationMessage<?> message, java.lang.String recipientId)  
    void sendMessage​(com.flowable.platform.notification.api.DeliveryContext<?> deliveryContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • sendMessage

      public void sendMessage​(com.flowable.platform.notification.api.DeliveryContext<?> deliveryContext)
      Specified by:
      sendMessage in interface com.flowable.platform.notification.api.MessageDeliverer
    • getDelivererType

      public java.lang.String getDelivererType()
      Specified by:
      getDelivererType in interface com.flowable.platform.notification.api.MessageDeliverer
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface com.flowable.platform.notification.api.MessageDeliverer
    • hasEnabledDevices

      protected boolean hasEnabledDevices​(java.lang.String recipientId)
    • scheduleMessageSend

      protected void scheduleMessageSend​(com.flowable.platform.notification.api.NotificationMessage<?> message, java.lang.String recipientId)