in app/metrics/src/main/java/com/googlecodesamples/cloud/jss/metrics/action/Complete.java [100:103]
public void postProcess(MetricsComplete newMessage)
throws IOException, InterruptedException, ExecutionException {
getService().publishMsg(MessageUtil.convertToPubSubMessage(newMessage, getSchema()));
}