类 AbstractSmsPush
- 所有已实现的接口:
ApplicationBeanInitialized,Pushable<SmsMessage>
-
字段概要
从类继承的字段 com.walker.push.AbstractPushObject
logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明返回推送者支持的通道,只能一个。protected abstract StringgetUserMobile(String userId) 获取用户手机号translateToTarget(Notification notification) 把通知对象转换成目标可用的数据对象从类继承的方法 com.walker.push.AbstractPushObject
doPushContent, equals, getId, getName, getPushStatusListener, hashCode, push, setId, setName, setPushStatusListener, setSupportAsync, supportAsync从接口继承的方法 com.walker.infrastructure.core.ApplicationBeanInitialized
startup