Uses of Class
org.apache.camel.component.knative.spi.CloudEvents
-
-
Uses of CloudEvents in org.apache.camel.component.knative.spi
Methods in org.apache.camel.component.knative.spi that return CloudEvents Modifier and Type Method Description static CloudEvents
CloudEvents. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloudEvents[]
CloudEvents. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-