public static final class CloudEventsMessageParser.ParsedMessageData extends Object
Constructor and Description |
---|
ParsedMessageData(Map<String,String> keyValues,
Map<String,String> nonKeyValues) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getKeyValues()
Returns a non modifiable view of the contained key fields and their values.
|
Map<String,String> |
getNonKeyValues()
Returns a non modifiable view of the contained non-key fields and their values.
|
String |
toString() |
@Nonnull public Map<String,String> getKeyValues()
@Nonnull public Map<String,String> getNonKeyValues()
Copyright © 2019 SAP SE. All rights reserved.