Class ProcessMatch

  • All Implemented Interfaces:
    Serializable

    public class ProcessMatch
    extends Object
    implements Serializable
    String against which to match the process name; interpreted as a regular expression. If no process name is present in the incoming message, any process-match elements will be considered non-matches.
    See Also:
    Serialized Form
    • Constructor Detail

      • ProcessMatch

        public ProcessMatch()
    • Method Detail

      • getExpression

        public String getExpression()
      • setExpression

        public void setExpression​(String expression)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object