Uses of Interface
org.apache.camel.spi.ShutdownAware

Packages that use ShutdownAware
org.apache.camel.component.direct The Direct Component which synchronously invokes all the consumers when a producer sends an exchange to the endpoint. 
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.seda The SEDA Component for asynchronous SEDA exchanges on a BlockingQueue within a single CamelContext 
 

Uses of ShutdownAware in org.apache.camel.component.direct
 

Classes in org.apache.camel.component.direct that implement ShutdownAware
 class DirectConsumer
          The direct consumer.
 

Uses of ShutdownAware in org.apache.camel.component.file
 

Classes in org.apache.camel.component.file that implement ShutdownAware
 class FileConsumer
          File consumer.
 class GenericFileConsumer<T>
          Base class for remote file consumers.
 

Uses of ShutdownAware in org.apache.camel.component.seda
 

Classes in org.apache.camel.component.seda that implement ShutdownAware
 class SedaConsumer
          A Consumer for the SEDA component.
 



Apache CAMEL