Package io.split.client.impressions
Class HttpImpressionsSender
- java.lang.Object
-
- io.split.client.impressions.HttpImpressionsSender
-
- All Implemented Interfaces:
ImpressionsSender
public class HttpImpressionsSender extends Object implements ImpressionsSender
Created by patricioe on 6/20/16.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpImpressionsSendercreate(SplitHttpClient client, URI eventsRootEndpoint, ImpressionsManager.Mode mode, TelemetryRuntimeProducer telemetryRuntimeProducer)voidpostCounters(HashMap<ImpressionCounter.Key,Integer> raw)voidpostImpressionsBulk(List<TestImpressions> impressions)
-
-
-
Method Detail
-
create
public static HttpImpressionsSender create(SplitHttpClient client, URI eventsRootEndpoint, ImpressionsManager.Mode mode, TelemetryRuntimeProducer telemetryRuntimeProducer) throws URISyntaxException
- Throws:
URISyntaxException
-
postImpressionsBulk
public void postImpressionsBulk(List<TestImpressions> impressions)
- Specified by:
postImpressionsBulkin interfaceImpressionsSender
-
postCounters
public void postCounters(HashMap<ImpressionCounter.Key,Integer> raw)
- Specified by:
postCountersin interfaceImpressionsSender
-
-