public interface TransmitterFactory<T>
| Modifier and Type | Method and Description |
|---|---|
TelemetriesTransmitter<T> |
create(java.lang.String endpoint,
java.lang.String maxTransmissionStorageCapacity,
boolean throttlingIsEnabled,
int maxInstantRetries)
Deprecated.
|
@Deprecated TelemetriesTransmitter<T> create(@Nullable java.lang.String endpoint, java.lang.String maxTransmissionStorageCapacity, boolean throttlingIsEnabled, int maxInstantRetries)
ConfiguredTransmitterFactory.create(TelemetryConfiguration, String, boolean, int)TelemetriesTransmitter for use by the TelemetryChannelendpoint - HTTP Endpoint to send telemetry tomaxTransmissionStorageCapacity - Max amount of disk space in KB for persistent storage to usethrottlingIsEnabled - Allow the network telemetry sender to be throttledmaxInstantRetries - Number of instant retries in case of a temporary network outageTelemetriesTransmitter object