Interface Payload

    • Method Detail

      • getRawContent

        Object getRawContent()
        Payload in its original form.
      • isRepeatable

        boolean isRepeatable()
        Tells if the payload is capable of producing its data more than once.
      • release

        void release()
        release resources used by this entity. This should be called when data is discarded.
      • setSensitive

        void setSensitive​(boolean isSensitive)
        Sets whether the payload contains sensitive information. This is used when trying to decide whether to print out the payload information or not in logs
      • isSensitive

        boolean isSensitive()
        Returns whether the payload contains sensitive information. This is used when trying to decide whether to print out the payload information or not in logs