Package com.etsy.pushbot.config

Examples of com.etsy.pushbot.config.Status


   *
   */
  public Status getStatus(String channel)
    throws Exception {

    Status status = new Status();

    String topic = getTopic(channel);
    PushTrain pushTrain = PushTrainReader.parse(topic);

    status.isHold = pushTrain.isHold();
View Full Code Here

TOP

Related Classes of com.etsy.pushbot.config.Status

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.