Constructor and Description |
---|
NoOpTelemetryClient() |
Modifier and Type | Method and Description |
---|---|
void |
addLogToBatch(TelemetryData log)
Attempt to add log to batch, and suppress exceptions thrown in case of
failure
|
void |
close()
Close telemetry connector and send any unsubmitted logs
|
Future<Boolean> |
sendBatchAsync()
Send all cached logs to server
|
public void addLogToBatch(TelemetryData log)
Telemetry
addLogToBatch
in interface Telemetry
log
- entry to addpublic void close()
Telemetry
public Future<Boolean> sendBatchAsync()
Telemetry
sendBatchAsync
in interface Telemetry
Copyright © 2020. All rights reserved.