Class MessageBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      MessageBuilder​(int messageType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MessageBuilder arg​(java.lang.String name, java.lang.String value)  
      MessageBuilder arg​(java.lang.String name, java.lang.String[] values)  
      java.lang.String build()
      Builds the message string.
      int getMinConnectionMode()
      Minimum connection mode needed to run, or zero to always run.
      StatMetric getStatMetric()
      A stat metric to update when this message finishes.
      void printMessage​(java.io.OutputStream pw)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait