Interface MessageEventGenerator

    • Method Detail

      • createName

        java.lang.String createName()
        Create a name for any MleMarker that is generated.

        The default implementation is to return the classname of the component in question.

        * @return the name for any MleMarker that is generated.
      • createQualifier

        java.lang.String createQualifier()
        Create a qualifier for any MleMarker that is generated.

        The default implementation is to return the unique-id of the component in question, or the empty string if not configured

        Returns:
        the qualifier for any MleMarker that is generated.
      • isTrackingEndpoint

        boolean isTrackingEndpoint()

        Returns true if this should be considered an 'end-point' for tracking purposes, otherwise false.

        Returns:
        true if this should be considered an 'end-point' for tracking purposes, otherwise false