public interface PerformanceMetrics
| Modifier and Type | Field and Description |
|---|---|
static PerformanceMetrics |
NO_OP |
| Modifier and Type | Method and Description |
|---|---|
void |
confirmed(int count,
long[] latencies) |
java.time.Duration |
interval() |
void |
nacked(int count) |
void |
published() |
void |
received(long latency) |
void |
resetGlobals() |
void |
returned() |
void |
start() |
static final PerformanceMetrics NO_OP
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.