Class KnativeTransportConfiguration
- java.lang.Object
-
- org.apache.camel.component.knative.spi.KnativeTransportConfiguration
-
public final class KnativeTransportConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description KnativeTransportConfiguration(CloudEvent cloudEvent, boolean removeCloudEventHeadersInReply)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudEvent
getCloudEvent()
boolean
isRemoveCloudEventHeadersInReply()
-
-
-
Constructor Detail
-
KnativeTransportConfiguration
public KnativeTransportConfiguration(CloudEvent cloudEvent, boolean removeCloudEventHeadersInReply)
-
-
Method Detail
-
getCloudEvent
public CloudEvent getCloudEvent()
-
isRemoveCloudEventHeadersInReply
public boolean isRemoveCloudEventHeadersInReply()
-
-