Uses of Interface
org.apache.camel.Producer
Packages that use Producer
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of Producer in org.apache.camel
Subinterfaces of Producer in org.apache.camelMethods in org.apache.camel that return ProducerModifier and TypeMethodDescriptionEndpoint.createProducer()Creates a new producer which is used send messages into the endpoint. -
Uses of Producer in org.apache.camel.spi
Methods in org.apache.camel.spi that return ProducerModifier and TypeMethodDescriptionDeferServiceFactory.createProducer(Endpoint endpoint) Creates theProducerwhich is deferred started untilCamelContextis being started.RestProducerFactory.createProducer(CamelContext camelContext, String host, String verb, String basePath, String uriTemplate, String queryParameters, String consumes, String produces, RestConfiguration configuration, Map<String, Object> parameters) Creates a new REST producer.Methods in org.apache.camel.spi with parameters of type ProducerModifier and TypeMethodDescriptionInternalProcessorFactory.createUnitOfWorkProducer(Producer producer) ManagementObjectStrategy.getManagedObjectForProducer(CamelContext context, Producer producer) ManagementObjectNameStrategy.getObjectNameForProducer(CamelContext context, Producer producer)