Interface Message

    • Method Detail

      • getFields

        java.util.Map<java.lang.String,​java.lang.String> getFields()
      • getField

        default java.lang.String getField​(java.lang.String fieldName)
        Gets the value of a field in this Event.
        Parameters:
        fieldName - The name of the field.
        Returns:
        The value of the named field.