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 TypeClassDescriptionclass
A default implementation ofProducer
for implementation inheritance, which can processExchange
s asynchronously.class
A selector-based producer which uses a header value to determine which processor should be invoked.final class
AProducer
which 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 TypeClassDescriptionclass
AbstractApiProducer<E extends Enum<E> & ApiName,
T> Base class for API based Producers