@Deprecated public interface Headers
Deprecated.
Abstraction over the structure used for sending LRA id by coordinatior.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String name)
    Deprecated.
    Returns a list of the values for provided key.
    void
    putSingle(String name, String value)
    Deprecated.
    Replace any existing values of the given key by single provided value.
  • Method Details

    • get

      List<String> get(String name)
      Deprecated.
      Returns a list of the values for provided key.
      Parameters:
      name - key
      Returns:
      list of the values
    • putSingle

      void putSingle(String name, String value)
      Deprecated.
      Replace any existing values of the given key by single provided value.
      Parameters:
      name - key
      value - value