类 MockSmsPush

java.lang.Object
com.walker.push.AbstractPushObject<com.walker.push.SmsMessage>
com.walker.push.support.AbstractSmsPush
com.iplatform.base.push.MockSmsPush
所有已实现的接口:
com.walker.infrastructure.core.ApplicationBeanInitialized, com.walker.push.Pushable<com.walker.push.SmsMessage>

public class MockSmsPush extends com.walker.push.support.AbstractSmsPush
模拟短信发送的推送实现。
作者:
时克英
  • 字段概要

    从类继承的字段 com.walker.push.AbstractPushObject

    logger
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    protected com.walker.push.PushResult
    doPushContent(com.walker.push.Notification notification, List<com.walker.push.SmsMessage> data)
     
    protected String
     
    void
     

    从类继承的方法 com.walker.push.support.AbstractSmsPush

    getNotificationChannel, translateToTarget

    从类继承的方法 com.walker.push.AbstractPushObject

    equals, getId, getName, getPushStatusListener, hashCode, push, setId, setName, setPushStatusListener, setSupportAsync, supportAsync

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • MockSmsPush

      public MockSmsPush()
  • 方法详细资料

    • getUserMobile

      protected String getUserMobile(String userId)
      指定者:
      getUserMobile 在类中 com.walker.push.support.AbstractSmsPush
    • doPushContent

      protected com.walker.push.PushResult doPushContent(com.walker.push.Notification notification, List<com.walker.push.SmsMessage> data) throws com.walker.push.PushException
      指定者:
      doPushContent 在类中 com.walker.push.AbstractPushObject<com.walker.push.SmsMessage>
      抛出:
      com.walker.push.PushException
    • startup

      public void startup()