public interface GlobalPropertiesEvaluator
KeenClient
how to dynamically return Keen Global Properties based on event collection name.| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getGlobalProperties(java.lang.String eventCollection)
Gets a
Map containing the global properties which should be applied to
a new event in the specified collection. |
java.util.Map<java.lang.String,java.lang.Object> getGlobalProperties(java.lang.String eventCollection)
Map containing the global properties which should be applied to
a new event in the specified collection. This method will be called each time a new event is
created.eventCollection - The name of the collection for which an event is being generated.Map containing the global properties which should be applied to
the event being generated.