Uses of Interface
org.apache.camel.Producer
-
Packages that use Producer Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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.camel Modifier and Type Interface Description interfaceAsyncProducerAsynchronous producerMethods in org.apache.camel that return Producer Modifier and Type Method Description ProducerEndpoint. 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 Producer Modifier and Type Method Description ProducerDeferServiceFactory. createProducer(Endpoint endpoint)Creates theProducerwhich is deferred started untilCamelContextis being started.ProducerRestProducerFactory. 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 Producer Modifier and Type Method Description AsyncProducerInternalProcessorFactory. createUnitOfWorkProducer(Producer producer)ObjectManagementObjectStrategy. getManagedObjectForProducer(CamelContext context, Producer producer)ObjectNameManagementObjectNameStrategy. getObjectNameForProducer(CamelContext context, Producer producer)
-