public class MdcDestinations extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MDC_DESTINATIONS_COUNTER_TYPE_ID
Type id of number of destinations counter.
|
static String |
NAME
Human-readable name for the counter.
|
| Constructor and Description |
|---|
MdcDestinations() |
| Modifier and Type | Method and Description |
|---|---|
static AtomicCounter |
allocate(MutableDirectBuffer tempBuffer,
CountersManager countersManager,
long registrationId,
String channel)
Allocate a new MDC destinations counter for an endpoint
|
public static final int MDC_DESTINATIONS_COUNTER_TYPE_ID
public static final String NAME
public static AtomicCounter allocate(MutableDirectBuffer tempBuffer, CountersManager countersManager, long registrationId, String channel)
tempBuffer - to build the label.countersManager - to allocate the counter from.registrationId - associated with the counter.channel - associated with the counter.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.