Interface CloudEventWriter<R>

Type Parameters:
R - return value at the end of the write process
All Superinterfaces:
CloudEventContextWriter

public interface CloudEventWriter<R> extends CloudEventContextWriter
Interface to write the content (CloudEvents attributes, extensions and payload) from a CloudEventReader to a new representation.