| Package | Description |
|---|---|
| io.cloudevents.rw |
| Modifier and Type | Method and Description |
|---|---|
default <W extends CloudEventWriter<R>,R> |
CloudEventReader.read(CloudEventWriterFactory<W,R> writerFactory)
Like
CloudEventReader.read(CloudEventWriterFactory, CloudEventDataMapper), but with the identity CloudEventDataMapper. |
<W extends CloudEventWriter<R>,R> |
CloudEventReader.read(CloudEventWriterFactory<W,R> writerFactory,
CloudEventDataMapper<? extends CloudEventData> mapper)
Read self using the provided writer factory.
|
Copyright © 2021. All rights reserved.