Class BatchHeader

    • Constructor Detail

      • BatchHeader

        protected BatchHeader()
        "Magic" no-argument constructor so we can reflectively make instances of this class with DefaultJsonMapper, but normal client code cannot.
      • BatchHeader

        public BatchHeader​(String name,
                           String value)
        Creates a BatchHeader with the given name/value pair.
        Parameters:
        name - The name of the header.
        value - The value of the header.