Uses of Interface
org.apache.camel.spi.EventNotifier
-
Packages that use EventNotifier Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of EventNotifier in org.apache.camel.spi
Methods in org.apache.camel.spi that return types with arguments of type EventNotifier Modifier and Type Method Description List<EventNotifier>ManagementStrategy. getEventNotifiers()Gets the event notifiers.List<EventNotifier>ManagementStrategy. getStartedEventNotifiers()Gets all the started event notifiers, which is ready to be used.Methods in org.apache.camel.spi with parameters of type EventNotifier Modifier and Type Method Description voidManagementStrategy. addEventNotifier(EventNotifier eventNotifier)Adds the event notifier to use.ObjectManagementObjectStrategy. getManagedObjectForEventNotifier(CamelContext context, EventNotifier eventNotifier)ObjectNameManagementObjectNameStrategy. getObjectNameForEventNotifier(CamelContext context, EventNotifier eventNotifier)booleanManagementStrategy. removeEventNotifier(EventNotifier eventNotifier)Removes the event notifier
-