Uses of Interface
io.cloudevents.rw.CloudEventContextWriter
Packages that use CloudEventContextWriter
-
Uses of CloudEventContextWriter in io.cloudevents.rw
Subinterfaces of CloudEventContextWriter in io.cloudevents.rwModifier and TypeInterfaceDescriptioninterfaceInterface to write the content (CloudEvents attributes, extensions and payload) from aCloudEventReaderto a new representation.Methods in io.cloudevents.rw that return CloudEventContextWriterModifier and TypeMethodDescriptiondefault CloudEventContextWriterCloudEventContextWriter.withContextAttribute(String name, byte[] value) Set the attribute with a binary type.default CloudEventContextWriterCloudEventContextWriter.withContextAttribute(String name, Boolean value) Set attribute with typeBooleanattribute.default CloudEventContextWriterCloudEventContextWriter.withContextAttribute(String name, Integer value) Set attribute with typeInteger.default CloudEventContextWriterCloudEventContextWriter.withContextAttribute(String name, Number value) Deprecated.CloudEventContextWriter.withContextAttribute(String name, String value) Set attribute with typeString.default CloudEventContextWriterCloudEventContextWriter.withContextAttribute(String name, URI value) Set attribute with typeURI.default CloudEventContextWriterCloudEventContextWriter.withContextAttribute(String name, OffsetDateTime value) Set attribute with typeOffsetDateTimeattribute.Methods in io.cloudevents.rw with parameters of type CloudEventContextWriterModifier and TypeMethodDescriptionvoidCloudEventContextReader.readContext(CloudEventContextWriter writer) Read the context attributes and extensions using the provided writer
Integertype as a numeric value.