Interface Headers


  • @Deprecated(since="2.5.2",
                forRemoval=true)
    public interface Headers
    Deprecated, for removal: This API element is subject to removal in a future version.
    Never used on LRA api, going to be removed without replacement.
    Abstraction over the structure used for sending LRA id by coordinatior.
    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      List<String> get​(String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns a list of the values for provided key.
      void putSingle​(String name, String value)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Replace any existing values of the given key by single provided value.
    • Method Detail

      • get

        List<String> get​(String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
        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, for removal: This API element is subject to removal in a future version.
        Replace any existing values of the given key by single provided value.
        Parameters:
        name - key
        value - value