| Modifier and Type | Field and Description |
|---|---|
protected static Set<Message.Type> |
Message.AGGREGATE_SET |
| Modifier and Type | Method and Description |
|---|---|
Message.Type |
Message.getType()
Return the message type.
|
static Message.Type |
Message.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Telemetry.incrMetricsSent(int value,
Message.Type type)
Increase Metrics Sent telemetry metric, and specific metric type counter.
|
| Constructor and Description |
|---|
AlphaNumericMessage(Message.Type type,
String value,
TagsCardinality cardinality) |
AlphaNumericMessage(String aspect,
Message.Type type,
String value,
TagsCardinality cardinality,
String[] tags) |
Message(Message.Type type,
TagsCardinality cardinality) |
Message(String aspect,
Message.Type type,
TagsCardinality cardinality,
String[] tags) |
NumericMessage(String aspect,
Message.Type type,
T value,
TagsCardinality cardinality,
String[] tags) |
Copyright © 2025. All rights reserved.