Uses of Interface
io.cloudevents.rw.CloudEventWriterFactory
Packages that use CloudEventWriterFactory
-
Uses of CloudEventWriterFactory in io.cloudevents.rw
Methods in io.cloudevents.rw with parameters of type CloudEventWriterFactoryModifier 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.