Interface CloudEventReader


@ParametersAreNonnullByDefault public interface CloudEventReader
Represents an object that can be read as CloudEvent.

The read may consume this object, hence it's not safe to invoke it multiple times, unless it's explicitly allowed by the implementer.