Interface Message

  • All Known Implementing Classes:
    HttpMessage

    public interface Message
    • Method Detail

      • isInScope

        boolean isInScope()
      • isForceIntercept

        boolean isForceIntercept()
      • toEventData

        default java.util.Map<java.lang.String,​java.lang.String> toEventData()
        Returns a map of data suitable for including in an Event
        Since:
        2.8.0
      • getType

        default java.lang.String getType()
        Returns the type of the message. By default this is the implementing class name, but ideally this should be replaced with a more readable string.
        Returns:
        the type of the message
        Since:
        2.8.0