Uses of Interface
io.cloudevents.rw.CloudEventWriter
Packages that use CloudEventWriter
-
Uses of CloudEventWriter in io.cloudevents.rw
Classes in io.cloudevents.rw with type parameters of type CloudEventWriterModifier and TypeInterfaceDescriptioninterfaceCloudEventWriterFactory<W extends CloudEventWriter<R>,R> This factory is used to enforce setting theSpecVersionas first step in the writing process.Methods in io.cloudevents.rw with type parameters of type CloudEventWriterModifier and TypeMethodDescriptiondefault <W extends CloudEventWriter<R>,R>
RCloudEventReader.read(CloudEventWriterFactory<W, R> writerFactory) LikeCloudEventReader.read(CloudEventWriterFactory, CloudEventDataMapper), but with the identityCloudEventDataMapper.<W extends CloudEventWriter<R>,R>
RCloudEventReader.read(CloudEventWriterFactory<W, R> writerFactory, CloudEventDataMapper<? extends CloudEventData> mapper) Read self using the provided writer factory.