@ParametersAreNonnullByDefault public interface CloudEventContextReader
An object (in particular, buffered objects) can implement both this interface and CloudEventReader.
| Modifier and Type | Method and Description |
|---|---|
void |
readContext(CloudEventContextWriter writer)
Read the context attributes and extensions using the provided writer
|
void readContext(CloudEventContextWriter writer) throws CloudEventRWException
writer - context writerCloudEventRWException - if something went wrong during the read.Copyright © 2021. All rights reserved.