Uses of Class
org.apache.camel.support.ScheduledPollConsumer
-
Packages that use ScheduledPollConsumer 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 ScheduledPollConsumer in org.apache.camel.support
Subclasses of ScheduledPollConsumer in org.apache.camel.support Modifier and Type Class Description classDefaultScheduledPollConsumerA default implementation of an event drivenConsumerwhich uses thePollingConsumerclassScheduledBatchPollingConsumerA useful base class for any consumer which is polling batch basedConstructors in org.apache.camel.support with parameters of type ScheduledPollConsumer Constructor Description ScheduledPollConsumerHealthCheck(ScheduledPollConsumer consumer, String id) -
Uses of ScheduledPollConsumer in org.apache.camel.support.component
Subclasses of ScheduledPollConsumer in org.apache.camel.support.component Modifier and Type Class Description classAbstractApiConsumer<E extends Enum<E> & ApiName,T>Abstract base class for API Component Consumers.
-