Package io.split.telemetry.synchronizer
Class HttpTelemetryMemorySender
- java.lang.Object
-
- io.split.telemetry.synchronizer.HttpTelemetryMemorySender
-
public class HttpTelemetryMemorySender extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpTelemetryMemorySendercreate(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, URI telemetryRootEndpoint, TelemetryRuntimeProducer telemetryRuntimeProducer)voidpostConfig(Config config)voidpostStats(Stats stats)voidpostUniqueKeys(UniqueKeys uniqueKeys)
-
-
-
Method Detail
-
create
public static HttpTelemetryMemorySender create(org.apache.hc.client5.http.impl.classic.CloseableHttpClient client, URI telemetryRootEndpoint, TelemetryRuntimeProducer telemetryRuntimeProducer) throws URISyntaxException
- Throws:
URISyntaxException
-
postConfig
public void postConfig(Config config)
-
postStats
public void postStats(Stats stats)
-
postUniqueKeys
public void postUniqueKeys(UniqueKeys uniqueKeys)
-
-