@Beta public class S4HanaMessageParser extends Object
S4HanaMessageParser.ParsedResult
which provide access to
the message content.Modifier and Type | Class and Description |
---|---|
static class |
S4HanaMessageParser.ParsedMessageData
The actual message data contained in the payload.
|
static class |
S4HanaMessageParser.ParsedMetadata
Represents the data given as a context of the received message.
|
static class |
S4HanaMessageParser.ParsedResult
Represents a parsed message originating from SAP S/4HANA.
|
Constructor and Description |
---|
S4HanaMessageParser() |
Modifier and Type | Method and Description |
---|---|
S4HanaMessageParser.ParsedResult |
parse(String content)
Parses one message originating from SAP S/4HANA.
|
@Nonnull public S4HanaMessageParser.ParsedResult parse(@Nonnull String content)
content
- The payload of the messageS4HanaMessageParser.ParsedResult
representing the message contentCopyright © 2019 SAP SE. All rights reserved.