Uses of Interface
org.apache.camel.component.cloudevents.CloudEvent.Attribute
-
-
Uses of CloudEvent.Attribute in org.apache.camel.component.cloudevents
Methods in org.apache.camel.component.cloudevents that return CloudEvent.Attribute Modifier and Type Method Description default CloudEvent.Attribute
CloudEvent. mandatoryAttribute(String id)
Mandatory find attribute by id.static CloudEvent.Attribute
CloudEvent.Attribute. simple(String id, String http, String json)
Methods in org.apache.camel.component.cloudevents that return types with arguments of type CloudEvent.Attribute Modifier and Type Method Description default Optional<CloudEvent.Attribute>
CloudEvent. attribute(String id)
Find attribute by id.Collection<CloudEvent.Attribute>
CloudEvent. attributes()
List of supported attributes.Collection<CloudEvent.Attribute>
CloudEvents. attributes()
-