public String getInfo()

in app/eventgenerator/src/main/java/com/googlecodesamples/cloud/jss/eventgenerator/config/EventPublisherConfig.java [27:37]


  public String getInfo() {
    return String.format(
        "topic name: %s, flow Control outStanding message: %d, executor threads: %d, initial"
            + " timeout: %d, total timeout %d, batch size: %d",
        getTopicName(),
        getOutstandingMessages(),
        getExecutorThreads(),
        getInitialTimeout(),
        getTotalTimeout(),
        getBatchSize());
  }