类 DefaultPushListener

java.lang.Object
com.iplatform.base.push.DefaultPushListener
所有已实现的接口:
com.walker.push.PushStatusListener

public class DefaultPushListener extends Object implements com.walker.push.PushStatusListener
推送监听器实现,该实现仅针对'异步'类型的推送者。
异步推送者如下:
     1.短信推送
     2.
 
作者:
时克英
  • 字段详细资料

    • logger

      protected final transient org.slf4j.Logger logger
  • 构造器详细资料

    • DefaultPushListener

      public DefaultPushListener()
  • 方法详细资料

    • onSuccess

      public void onSuccess(com.walker.push.Notification notification, Object option, com.walker.push.NotificationChannel channel)
      指定者:
      onSuccess 在接口中 com.walker.push.PushStatusListener
    • onException

      public void onException(com.walker.push.Notification notification, String error, com.walker.push.NotificationChannel channel)
      指定者:
      onException 在接口中 com.walker.push.PushStatusListener
    • setPushCacheProvider

      public void setPushCacheProvider(PushCacheProvider pushCacheProvider)
    • setPushService

      public void setPushService(PushServiceImpl pushService)