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

Packages that use EventFactory
org.apache.camel.management Camel management 
org.apache.camel.management.event Camel management events 
org.apache.camel.spi Service Provider Interfaces used internally by the Camel runtime which are plugin strategies. 
 

Uses of EventFactory in org.apache.camel.management
 

Methods in org.apache.camel.management that return EventFactory
 EventFactory DefaultManagementStrategy.getEventFactory()
           
 

Methods in org.apache.camel.management with parameters of type EventFactory
 void DefaultManagementStrategy.setEventFactory(EventFactory eventFactory)
           
 

Uses of EventFactory in org.apache.camel.management.event
 

Classes in org.apache.camel.management.event that implement EventFactory
 class DefaultEventFactory
          Default implementation of the EventFactory.
 

Uses of EventFactory in org.apache.camel.spi
 

Methods in org.apache.camel.spi that return EventFactory
 EventFactory ManagementStrategy.getEventFactory()
          Gets the event factory
 

Methods in org.apache.camel.spi with parameters of type EventFactory
 void ManagementStrategy.setEventFactory(EventFactory eventFactory)
          Sets the event factory to use
 



Apache Camel