Uses of Interface
org.apache.camel.component.knative.spi.CloudEvent
-
-
Uses of CloudEvent in org.apache.camel.component.knative.spi
Classes in org.apache.camel.component.knative.spi that implement CloudEvent Modifier and Type Class Description class
CloudEvents
Methods in org.apache.camel.component.knative.spi that return CloudEvent Modifier and Type Method Description static CloudEvent
CloudEvents. fromSpecVersion(String version)
static CloudEvent
CloudEventTypeConverter. fromSpecVersion(String version)
CloudEvent
KnativeTransportConfiguration. getCloudEvent()
Constructors in org.apache.camel.component.knative.spi with parameters of type CloudEvent Constructor Description KnativeTransportConfiguration(CloudEvent cloudEvent, boolean removeCloudEventHeadersInReply)
-