| Package | Description |
|---|---|
| ml.karmaconfigs.remote.messaging.util.message | |
| ml.karmaconfigs.remote.messaging.util.message.type |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MessageDataOutput.contains(String key,
DataType type)
Get if the message input contains the specified key
in the specified data type
|
abstract boolean |
MessageOutput.contains(String key,
DataType type)
Get if the message input contains the specified key
in the specified data type
|
Set<String> |
MessageDataOutput.getKeys(DataType type)
Get all the data keys for the specified data type
|
abstract Set<String> |
MessageOutput.getKeys(DataType type)
Get all the data keys for the specified data type
|
void |
MessageDataOutput.remove(String key,
DataType type)
Remove data from the specified type
|
abstract void |
MessageOutput.remove(String key,
DataType type)
Remove data from the specified type
|
<T> void |
MessageDataOutput.unsafeWrite(String key,
T data,
DataType type)
Write unsafely to the message input
|
abstract <T> void |
MessageOutput.unsafeWrite(String key,
T data,
DataType type)
Write unsafely to the message input
|
| Modifier and Type | Method and Description |
|---|---|
MessageInput |
MessageInput.clone(Map<DataType,Set<String>> remove)
Clone the message input without the specified keys
|
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.