Package io.split.client.impressions
Interface ImpressionsSender
-
- All Known Implementing Classes:
HttpImpressionsSender,PluggableImpressionSender
public interface ImpressionsSenderCreated by patricioe on 6/20/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpostCounters(HashMap<ImpressionCounter.Key,Integer> raw)voidpostImpressionsBulk(List<TestImpressions> impressions)
-
-
-
Method Detail
-
postImpressionsBulk
void postImpressionsBulk(List<TestImpressions> impressions)
-
postCounters
void postCounters(HashMap<ImpressionCounter.Key,Integer> raw)
-
-