@Deprecated public class CloudEventsMessageParser extends Object
CloudEventsMessageParser.ParsedResult
which provide access to
the message content.Modifier and Type | Class and Description |
---|---|
static class |
CloudEventsMessageParser.ParsedMessageData
Deprecated.
The actual message data contained in the payload.
|
static class |
CloudEventsMessageParser.ParsedMetadata
Deprecated.
Represents the data given as a context of the received message.
|
static class |
CloudEventsMessageParser.ParsedResult
Deprecated.
Represents a parsed message originating from SAP S/4HANA.
|
Constructor and Description |
---|
CloudEventsMessageParser()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CloudEventsMessageParser.ParsedResult |
parse(String content)
Deprecated.
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 © 2021 SAP SE. All rights reserved.