Interface KnativeProducerFactory
- All Superinterfaces:
AutoCloseable,org.apache.camel.Service
public interface KnativeProducerFactory
extends org.apache.camel.Service
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.ProducercreateProducer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service) Create a camelProducerin place of the original endpoint for a specific protocol.Methods inherited from interface org.apache.camel.Service
build, close, init, start, stop
-
Method Details
-
createProducer
org.apache.camel.Producer createProducer(org.apache.camel.Endpoint endpoint, KnativeTransportConfiguration configuration, KnativeResource service) Create a camelProducerin place of the original endpoint for a specific protocol.- Parameters:
endpoint- the endpoint for which the producer should be createdconfiguration- the general transport configurationservice- the service definition containing information about how make reach the target service.- Returns:
-