Class MatchEvent

    • Field Detail

      • userCache

        public final Map<Object,​Object> userCache
        This map contains the user-defined data stored when MatchConditions were executed. This map is not null but may be empty.
    • Method Detail

      • toString

        public String toString()
        Returns a string containing each of the groups and the group event.
        Overrides:
        toString in class ENotificationMessage
        Returns:
        textual representation of the match event.
      • group

        public List<ENotificationMessage> group​(String name)
        Returns the notification list associated with the given group name. May return null if there is not group with the given name.
        Parameters:
        name - group name.
        Returns:
        group event list.
      • builder

        public static MatchEvent.Builder builder()
        Returns a new MatchEvent builder instance.
        Returns:
        MatchEvent builder instance.