public void postProcess()

in app/metrics/src/main/java/com/googlecodesamples/cloud/jss/metrics/action/Ack.java [98:101]


  public void postProcess(MetricsAck newMessage)
      throws IOException, InterruptedException, ExecutionException {
    getService().publishMsg(MessageUtil.convertToPubSubMessage(newMessage, getSchema()));
  }