Interface EventFormat


@ParametersAreNonnullByDefault public interface EventFormat
An Event format specifies how to serialize a CloudEvent as a sequence of bytes.

An implementation of this interface should support all specification versions of CloudEvent.

Implementations of this interface can be registered to the EventFormatProvider to use them.

See Also: