Class ServiceCallContextImpl

    • Constructor Detail

      • ServiceCallContextImpl

        public ServiceCallContextImpl​(Map<String,​Object> attrs)
        Parameters:
        attrs - Service call context attributes.
    • Method Detail

      • attribute

        public String attribute​(String name)
        Get the string attribute.
        Specified by:
        attribute in interface ServiceCallContext
        Parameters:
        name - Attribute name.
        Returns:
        String attribute value.
      • binaryAttribute

        public byte[] binaryAttribute​(String name)
        Get the binary attribute.
        Specified by:
        binaryAttribute in interface ServiceCallContext
        Parameters:
        name - Attribute name.
        Returns:
        Binary attribute value.
      • values

        public Map<String,​Object> values()
        Returns:
        Service call context attributes.