io.keen.client.java
Interface GlobalPropertiesEvaluator


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.

Since:
1.0.0
Author:
dkador

Method Summary
 Map<String,Object> getGlobalProperties(String eventCollection)
           
 

Method Detail

getGlobalProperties

Map<String,Object> getGlobalProperties(String eventCollection)


Copyright © 2013 Keen IO. All Rights Reserved.