Class Header


  • public class Header
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Header​(io.temporal.api.common.v1.Header header)  
      Header​(java.util.Map<java.lang.String,​io.temporal.api.common.v1.Payload> values)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static Header empty()  
      java.util.Map<java.lang.String,​io.temporal.api.common.v1.Payload> getValues()  
      • Methods inherited from class java.lang.Object

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

      • Header

        public Header​(io.temporal.api.common.v1.Header header)
      • Header

        public Header​(java.util.Map<java.lang.String,​io.temporal.api.common.v1.Payload> values)
    • Method Detail

      • empty

        public static Header empty()
      • getValues

        public java.util.Map<java.lang.String,​io.temporal.api.common.v1.Payload> getValues()