org.apache.camel
Interface Consumer

All Superinterfaces:
Service
All Known Subinterfaces:
BatchConsumer, PollingConsumer
All Known Implementing Classes:
DataSetConsumer, DefaultConsumer, DefaultScheduledPollConsumer, DirectConsumer, EventDrivenPollingConsumer, FileConsumer, GenericFileConsumer, LoadBalancerConsumer, PollingConsumerSupport, ProcessorPollingConsumer, ScheduledPollConsumer, SedaConsumer, TimerConsumer

public interface Consumer
extends Service

A consumer of message exchanges from an Endpoint

Version:
$Revision: 712603 $

Method Summary
 
Methods inherited from interface org.apache.camel.Service
start, stop
 



Apache CAMEL