public class DefaultWombyteTelemetry extends Object implements WombyteTelemetry
| Constructor and Description |
|---|
DefaultWombyteTelemetry() |
| Modifier and Type | Method and Description |
|---|---|
void |
logBatchSize(long size) |
void |
logBatchTimeRange(Instant start,
Instant finish) |
void |
logServerResponse(Instant time,
int status,
long responseTime) |
public void logBatchTimeRange(Instant start, Instant finish)
logBatchTimeRange in interface WombyteTelemetrypublic void logBatchSize(long size)
logBatchSize in interface WombyteTelemetrypublic void logServerResponse(Instant time, int status, long responseTime)
logServerResponse in interface WombyteTelemetryCopyright © 2021. All rights reserved.