| Package | Description |
|---|---|
| io.cloudevents | |
| io.cloudevents.rw |
| Modifier and Type | Method and Description |
|---|---|
Object |
CloudEventAttributes.getAttribute(String attributeName)
Get the context attribute named
attributeName |
CloudEventData |
CloudEvent.getData() |
String |
CloudEventAttributes.getDataContentType()
A common way to get the media type of CloudEvents 'data';
|
URI |
CloudEventAttributes.getDataSchema() |
Object |
CloudEventExtensions.getExtension(String extensionName)
Get the extension attribute named
extensionName |
String |
CloudEventAttributes.getSubject() |
OffsetDateTime |
CloudEventAttributes.getTime() |
Object |
CloudEventExtension.getValue(String key)
Get the attribute of extension named
key. |
| Modifier and Type | Method and Description |
|---|---|
static CloudEventRWException |
CloudEventRWException.newInvalidAttributeValue(String attributeName,
Object value,
Throwable cause) |
Copyright © 2022. All rights reserved.