Uses of Class
org.apache.camel.component.event.EventConsumer

Packages that use EventConsumer
org.apache.camel.component.event An Event Endpoint for working with Spring ApplicationEvents 
 

Uses of EventConsumer in org.apache.camel.component.event
 

Methods in org.apache.camel.component.event that return EventConsumer
 EventConsumer EventEndpoint.createConsumer(org.apache.camel.Processor processor)
           
 

Methods in org.apache.camel.component.event with parameters of type EventConsumer
 void EventEndpoint.consumerStarted(EventConsumer consumer)
           
 void EventEndpoint.consumerStopped(EventConsumer consumer)
           
 



Apache CAMEL