类 DefaultPushListener
java.lang.Object
com.iplatform.base.push.DefaultPushListener
- 所有已实现的接口:
com.walker.push.PushStatusListener
推送监听器实现,该实现仅针对'异步'类型的推送者。
异步推送者如下:
异步推送者如下:
1.短信推送
2.
- 作者:
- 时克英
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidonException(com.walker.push.Notification notification, String error, com.walker.push.NotificationChannel channel) voidonSuccess(com.walker.push.Notification notification, Object option, com.walker.push.NotificationChannel channel) voidsetPushCacheProvider(PushCacheProvider pushCacheProvider) voidsetPushService(PushServiceImpl pushService)
-
字段详细资料
-
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
-
setPushService
-