类 DefaultPushManager
java.lang.Object
com.walker.push.AbstractPushManager
com.walker.push.support.AsyncPushManager
com.walker.push.mail.DefaultPushManager
- 所有已实现的接口:
PushManager
-
字段概要
从类继承的字段 com.walker.push.AbstractPushManager
logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected voidpersistent(Notification notification, List<String> successReceiverList, NotificationChannel channel) protected voidpersistentFailed(Notification notification, List<String> failedList, NotificationChannel channel) pushSms(Notification notification) 从类继承的方法 com.walker.push.support.AsyncPushManager
pushOnce, setThreadPoolTaskExecutor从类继承的方法 com.walker.push.AbstractPushManager
addStrategy, getAsyncListener, getMessageChannelNames, getPushList, getPushList, getPushObject, invokePush, isMessageParallel, push, push, register, setAsyncListener, setMessageChannelNames, setMessageParallel
-
构造器详细资料
-
DefaultPushManager
public DefaultPushManager()
-
-
方法详细资料
-
persistent
protected void persistent(Notification notification, List<String> successReceiverList, NotificationChannel channel) - 指定者:
persistent在类中AbstractPushManager
-
persistentFailed
protected void persistentFailed(Notification notification, List<String> failedList, NotificationChannel channel) - 指定者:
persistentFailed在类中AbstractPushManager
-
pushSms
-