Uses of Class
org.apache.camel.support.DefaultProducer
Packages that use DefaultProducer
Package
Description
Base classes that help to implement the camel API and are expected to be extended by the user
Base classes and utilities for API based components
-
Uses of DefaultProducer in org.apache.camel.support
Subclasses of DefaultProducer in org.apache.camel.supportModifier and TypeClassDescriptionclassA default implementation ofProducerfor implementation inheritance, which can processExchanges asynchronously.classA selector-based producer which uses a header value to determine which processor should be invoked.final classAProducerwhich is created and started lazy, on the first message processed. -
Uses of DefaultProducer in org.apache.camel.support.component
Subclasses of DefaultProducer in org.apache.camel.support.componentModifier and TypeClassDescriptionclassAbstractApiProducer<E extends Enum<E> & ApiName,T> Base class for API based Producers