|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GlobalPropertiesEvaluator
An interface to simulate functional programming so that you can tell the KeenClient
how to dynamically return Keen Global Properties based on event collection name.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||