Uses of Class
org.apache.camel.support.DefaultConsumer
-
Packages that use DefaultConsumer 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 DefaultConsumer in org.apache.camel.support
Subclasses of DefaultConsumer in org.apache.camel.support Modifier and Type Class Description class
DefaultScheduledPollConsumer
A default implementation of an event drivenConsumer
which uses thePollingConsumer
class
ScheduledBatchPollingConsumer
A useful base class for any consumer which is polling batch basedclass
ScheduledPollConsumer
A useful base class for any consumer which is polling basedConstructors in org.apache.camel.support with parameters of type DefaultConsumer Constructor Description BridgeExceptionHandlerToErrorHandler(DefaultConsumer consumer)
-
Uses of DefaultConsumer in org.apache.camel.support.component
Subclasses of DefaultConsumer in org.apache.camel.support.component Modifier and Type Class Description class
AbstractApiConsumer<E extends Enum<E> & ApiName,T>
Abstract base class for API Component Consumers.Methods in org.apache.camel.support.component with type parameters of type DefaultConsumer Modifier and Type Method Description static <T extends DefaultConsumer & ResultInterceptor>
intApiConsumerHelper. getResultsProcessed(T consumer, Object result, boolean splitResult)
Utility method for Consumers to process API method invocation result.
-