Class LogEventAction
-
- All Implemented Interfaces:
public final class LogEventActionRepresents data which was defined in the respective collector.
-
-
Constructor Summary
Constructors Constructor Description LogEventAction(String id, Map<String, Object> data, Integer count)LogEventAction(String id, Map<String, Object> data)LogEventAction(String id)
-
Method Summary
-
-
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.
-
-
-
-