Uses of Enum Class
io.cloudevents.SpecVersion
Packages that use SpecVersion
-
Uses of SpecVersion in io.cloudevents
Methods in io.cloudevents that return SpecVersionModifier and TypeMethodDescriptionCloudEventAttributes.getSpecVersion()static SpecVersionParse a string asSpecVersionstatic SpecVersionReturns the enum constant of this class with the specified name.static SpecVersion[]SpecVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SpecVersion in io.cloudevents.rw
Methods in io.cloudevents.rw with parameters of type SpecVersionModifier and TypeMethodDescriptionCloudEventWriterFactory.create(SpecVersion version) Create aCloudEventWriterstarting from the providedSpecVersion