Uses of Interface
io.cloudevents.CloudEventData
Packages that use CloudEventData
-
Uses of CloudEventData in io.cloudevents
Methods in io.cloudevents that return CloudEventData -
Uses of CloudEventData in io.cloudevents.rw
Classes in io.cloudevents.rw with type parameters of type CloudEventDataModifier and TypeInterfaceDescriptioninterfaceCloudEventDataMapper<R extends CloudEventData>Interface to convert aCloudEventDatainstance to another one.Methods in io.cloudevents.rw that return types with arguments of type CloudEventDataModifier and TypeMethodDescriptionstatic CloudEventDataMapper<CloudEventData>CloudEventDataMapper.identity()Methods in io.cloudevents.rw with parameters of type CloudEventDataModifier and TypeMethodDescriptionCloudEventWriter.end(CloudEventData data) End the write with a data payload.CloudEventDataMapper.map(CloudEventData data) Mapdatato anotherCloudEventDatainstance.Method parameters in io.cloudevents.rw with type arguments of type CloudEventDataModifier and TypeMethodDescription<W extends CloudEventWriter<R>,R>
RCloudEventReader.read(CloudEventWriterFactory<W, R> writerFactory, CloudEventDataMapper<? extends CloudEventData> mapper) Read self using the provided writer factory.