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