public interface CommonPropertiesEvaluator
Implement this interface to generate the common properties to be sent with every event.
| Modifier and Type | Method and Description | 
|---|---|
java.util.Map<java.lang.String,java.lang.Object> | 
getCommonProperties()
Invoked whenever a new event is addedd 
 |