Class KnativeTransportConfiguration
java.lang.Object
org.apache.camel.component.knative.spi.KnativeTransportConfiguration
-
Constructor Summary
ConstructorsConstructorDescriptionKnativeTransportConfiguration(org.apache.camel.component.cloudevents.CloudEvent cloudEvent, boolean removeCloudEventHeadersInReply, boolean reply) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.component.cloudevents.CloudEventbooleanbooleanisReply()
-
Constructor Details
-
KnativeTransportConfiguration
public KnativeTransportConfiguration(org.apache.camel.component.cloudevents.CloudEvent cloudEvent, boolean removeCloudEventHeadersInReply, boolean reply)
-
-
Method Details
-
getCloudEvent
public org.apache.camel.component.cloudevents.CloudEvent getCloudEvent() -
isRemoveCloudEventHeadersInReply
public boolean isRemoveCloudEventHeadersInReply() -
isReply
public boolean isReply()
-