Class LogEventAction

  • All Implemented Interfaces:

    
    public final class LogEventAction
    
                        

    Represents data which was defined in the respective collector.

    • Constructor Detail

      • LogEventAction

        LogEventAction(String id, Map<String, Object> data, Integer count)
        Parameters:
        id - Name of the event.
        data - Information about event context, e.g for "action.invoked" action it could be the name of the action and place where it was invoked.
        count - Count of identical events that occurred in a row.
      • LogEventAction

        LogEventAction(String id, Map<String, Object> data)
        Parameters:
        id - Name of the event.
        data - Information about event context, e.g for "action.invoked" action it could be the name of the action and place where it was invoked.
      • LogEventAction

        LogEventAction(String id)
        Parameters:
        id - Name of the event.