Uses of Class
org.apache.camel.support.DefaultProducer
-
Packages that use DefaultProducer Package Description org.apache.camel.support Base classes that help to implement the camel API and are expected to be extended by the userorg.apache.camel.support.component Base classes and utilities for API based components -
-
Uses of DefaultProducer in org.apache.camel.support
Subclasses of DefaultProducer in org.apache.camel.support Modifier and Type Class Description classDefaultAsyncProducerA default implementation ofProducerfor implementation inheritance, which can processExchanges asynchronously.classHeaderSelectorProducerA selector-based producer which uses a header value to determine which processor should be invoked.classLazyStartProducerAProducerwhich 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.component Modifier and Type Class Description classAbstractApiProducer<E extends Enum<E> & ApiName,T>Base class for API based Producers
-