public abstract class AlphaNumericMessage extends Message
Message.Type| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
done, hash, HASH_MULTIPLIER| Modifier | Constructor and Description |
|---|---|
protected |
AlphaNumericMessage(Message.Type type,
String value) |
protected |
AlphaNumericMessage(String aspect,
Message.Type type,
String value,
String[] tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(Message message)
Aggregate message.
|
boolean |
equals(Object object)
Messages must implement hashCode.
|
String |
getValue()
Get underlying message value.
|
int |
hashCode()
Messages must implement hashCode.
|
protected final String value
protected AlphaNumericMessage(Message.Type type, String value)
protected AlphaNumericMessage(String aspect, Message.Type type, String value, String[] tags)
Copyright © 2022. All rights reserved.