Uses of Enum Class
org.apache.camel.ContextEvents
Packages that use ContextEvents
-
Uses of ContextEvents in org.apache.camel
Subclasses with type arguments of type ContextEvents in org.apache.camelMethods in org.apache.camel that return ContextEventsModifier and TypeMethodDescriptionstatic ContextEventsReturns the enum constant of this class with the specified name.static ContextEvents[]ContextEvents.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel that return types with arguments of type ContextEventsModifier and TypeMethodDescriptionCamelContext.getClock()Gets a clock instance that keeps track of time for relevant CamelContext events -
Uses of ContextEvents in org.apache.camel.clock
Classes in org.apache.camel.clock that implement interfaces with type arguments of type ContextEventsModifier and TypeClassDescriptionfinal classAn event clock that tracks the pass of time for different types of context-related events (seeContextEvents)Methods in org.apache.camel.clock with parameters of type ContextEventsModifier and TypeMethodDescriptionvoidContextClock.add(ContextEvents event, Clock clock) ContextClock.asDate(ContextEvents event, Date defaultValue) Get the time for the event as a Date objectlongContextClock.elapsed(ContextEvents event, long defaultValue) Get the elapsed time for the eventContextClock.get(ContextEvents event)