All Classes and Interfaces

Class
Description
Base MessageReader implementation for a binary message
 
BaseCloudEventBuilder<SELF extends BaseCloudEventBuilder<SELF,T>,T extends io.cloudevents.CloudEvent>
 
This class implements a Binary MessageReader, providing common logic to most protocol bindings which supports both Binary and Structured mode.
Base MessageReader implementation for a structured message
An implementation of CloudEventData that wraps a byte array.
Builder interface to build a CloudEvent.
CloudEvent V0.3 builder.
CloudEvent V1.0 builder.
 
 
This class contains a set of utility methods to deal with conversions of io.cloudevents related interfaces
CloudEvent implementation for v0.3
CloudEvent implementation for v1.0
 
CloudEventValidatorProvider is a singleton class which loads and access CE Validator service providers on behalf of service clients.
A construct that aggregates a two-part identifier of file formats and format contents transmitted on the Internet.
This extension supports the "Claim Check Pattern".
This extension embeds context from Distributed Tracing so that distributed systems can include traces that span an event-driven system.
One of the possible encodings of a CloudEvent message
Exception representing a deserialization error while using an EventFormat.
An Event format specifies how to serialize a CloudEvent as a sequence of bytes.
Singleton holding the discovered EventFormat implementations through ServiceLoader.
Exception representing a serialization error while using an EventFormat.
Singleton to materialize CloudEvent extensions as POJOs.
Collection of utilities to deal with materialized extensions
Generic implementation of a structured message.
Represents a CloudEvent message reader.
Collection of utilities useful to implement MessageReader and MessageWriter related code.
MessageWriter<CEV extends io.cloudevents.rw.CloudEventWriter<R>,R>
Interface to write the MessageReader content (CloudEvents attributes, extensions and payload) to a new representation.
An implementation of CloudEventData that wraps any POJO.
Interface defining a conversion from T to byte array.
 
Represents a CloudEvent message in structured mode.
Interface to write the MessageReader content (CloudEvents attributes, extensions and payload) to a new representation structured representation.