Package | Description |
---|---|
com.sap.engine.interfaces.messaging.api |
Modifier and Type | Method and Description |
---|---|
Set<MessagePropertyKey> |
Message.getMessagePropertyKeys()
Returns all keys of existing additional message property, which can be used to retrieve the corresponding values.
|
Modifier and Type | Method and Description |
---|---|
String |
Message.getMessageProperty(MessagePropertyKey key)
Returns the value of an additional message property, in case that such an value exists.
|
void |
Message.removeMessageProperty(MessagePropertyKey key)
Removes the entry of an additional message property, in case that such an entry exists.
|
void |
Message.setMessageProperty(MessagePropertyKey key,
String value)
Sets an additional message field, if supported by the Message protocol implementation.
|
Copyright 2019 SAP AG Complete Copyright Notice