public static interface BulkheadBase.MetricsRecorder
| Modifier and Type | Field and Description |
|---|---|
static BulkheadBase.MetricsRecorder |
NOOP |
| Modifier and Type | Method and Description |
|---|---|
void |
bulkheadEntered() |
void |
bulkheadLeft(long processingTime) |
void |
bulkheadQueueEntered() |
void |
bulkheadQueueLeft(long timeInQueue) |
void |
bulkheadRejected() |
static final BulkheadBase.MetricsRecorder NOOP
Copyright © 2018–2020. All rights reserved.