Interface JsonMessage

    • Method Detail

      • getJson

        java.lang.String getJson()
        Gets the JSON string of the message.
        Returns:
        The JSON string.
      • isPatch

        boolean isPatch()
        Is this JSON message a patch of existing data.
        Returns:
        Whether the JSON message is a patch or not.