Uses of Class
org.apache.camel.component.quartz.QuartzConsumer

Packages that use QuartzConsumer
org.apache.camel.component.quartz Defines the Quartz Component 
 

Uses of QuartzConsumer in org.apache.camel.component.quartz
 

Methods in org.apache.camel.component.quartz that return QuartzConsumer
 QuartzConsumer QuartzEndpoint.createConsumer(org.apache.camel.Processor processor)
           
 

Methods in org.apache.camel.component.quartz with parameters of type QuartzConsumer
 void QuartzEndpoint.consumerStarted(QuartzConsumer consumer)
           
 void QuartzEndpoint.consumerStopped(QuartzConsumer consumer)
           
 



Apache Camel