| Package | Description |
|---|---|
| io.cloudevents | |
| io.cloudevents.rw |
| Modifier and Type | Method and Description |
|---|---|
CloudEventData |
CloudEvent.getData() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CloudEventDataMapper<R extends CloudEventData>
Interface to convert a
CloudEventData instance to another one. |
| Modifier and Type | Method and Description |
|---|---|
static CloudEventDataMapper<CloudEventData> |
CloudEventDataMapper.identity() |
| Modifier and Type | Method and Description |
|---|---|
R |
CloudEventWriter.end(CloudEventData data)
End the write with a data payload.
|
R |
CloudEventDataMapper.map(CloudEventData data)
Map
data to another CloudEventData instance. |
| Modifier and Type | Method and Description |
|---|---|
<W extends CloudEventWriter<R>,R> |
CloudEventReader.read(CloudEventWriterFactory<W,R> writerFactory,
CloudEventDataMapper<? extends CloudEventData> mapper)
Read self using the provided writer factory.
|
Copyright © 2024. All rights reserved.