Class HistoryProtoTextUtils


  • public class HistoryProtoTextUtils
    extends java.lang.Object
    Converts history protos into human readable format
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String toProtoText​(io.temporal.api.history.v1.History history, boolean showWorkflowTasks)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HistoryProtoTextUtils

        public HistoryProtoTextUtils()
    • Method Detail

      • toProtoText

        public static java.lang.String toProtoText​(io.temporal.api.history.v1.History history,
                                                   boolean showWorkflowTasks)