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 interface
AsyncProducer
Asynchronous producerMethods in org.apache.camel that return Producer Modifier and Type Method Description Producer
Endpoint. 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 Producer
DeferServiceFactory. createProducer(Endpoint endpoint)
Creates theProducer
which is deferred started untilCamelContext
is being started.Producer
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 Producer Modifier and Type Method Description AsyncProducer
InternalProcessorFactory. createUnitOfWorkProducer(Producer producer)
Object
ManagementObjectStrategy. getManagedObjectForProducer(CamelContext context, Producer producer)
ObjectName
ManagementObjectNameStrategy. getObjectNameForProducer(CamelContext context, Producer producer)
-