Uses of Class
org.apache.camel.component.knative.spi.KnativeTransportConfiguration
-
-
Uses of KnativeTransportConfiguration in org.apache.camel.component.knative.spi
Methods in org.apache.camel.component.knative.spi with parameters of type KnativeTransportConfiguration Modifier and Type Method Description org.apache.camel.Consumer
KnativeTransport. createConsumer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeEnvironment.KnativeResource service, org.apache.camel.Processor processor)
Create a camelConsumer
in place of the original endpoint for a specific protocol.org.apache.camel.Producer
KnativeTransport. createProducer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeEnvironment.KnativeResource service)
Create a camelProducer
in place of the original endpoint for a specific protocol.
-