Uses of Enum Class
org.apache.camel.ContextEvents
Packages that use ContextEvents
-
Uses of ContextEvents in org.apache.camel
Methods in org.apache.camel that return ContextEventsModifier and TypeMethodDescriptionstatic ContextEvents
Returns 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
Methods in org.apache.camel.clock with parameters of type ContextEventsModifier and TypeMethodDescriptionvoid
ContextClock.add
(ContextEvents event, Clock clock) ContextClock.asDate
(ContextEvents event, Date defaultValue) Get the time for the event as a Date objectlong
ContextClock.elapsed
(ContextEvents event, long defaultValue) Get the elapsed time for the eventContextClock.get
(ContextEvents event)