public static class InFlightMessageTracker.Counts extends Object
| Modifier and Type | Field and Description |
|---|---|
private AtomicInteger |
acknowledgedCount |
private AtomicInteger |
sentCount |
| Constructor and Description |
|---|
Counts() |
| Modifier and Type | Method and Description |
|---|---|
int |
getAcknowledgedCount() |
int |
getSentCount() |
void |
incrementAcknowledgedCount() |
void |
incrementSentCount() |
private final AtomicInteger sentCount
private final AtomicInteger acknowledgedCount
Copyright © 2022 Apache NiFi Project. All rights reserved.