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.ConsumerKnativeConsumerFactory. createConsumer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service, org.apache.camel.Processor processor)Create a camelConsumerin place of the original endpoint for a specific protocol.org.apache.camel.ProducerKnativeProducerFactory. createProducer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service)Create a camelProducerin place of the original endpoint for a specific protocol.
-