org.apache.camel
Interface Consumer

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

public interface Consumer
extends Service

A consumer of message exchanges from an Endpoint

Version:

Method Summary
 Endpoint getEndpoint()
          Gets the endpoint this Consumer consumes from.
 
Methods inherited from interface org.apache.camel.Service
start, stop
 

Method Detail

getEndpoint

Endpoint getEndpoint()
Gets the endpoint this Consumer consumes from.

Returns:
the endpoint


Apache CAMEL