Uses of Class
org.apache.camel.k.Runtime.Phase
-
Packages that use Runtime.Phase Package Description org.apache.camel.k org.apache.camel.k.listener -
-
Uses of Runtime.Phase in org.apache.camel.k
Methods in org.apache.camel.k that return Runtime.Phase Modifier and Type Method Description static Runtime.Phase
Runtime.Phase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Runtime.Phase[]
Runtime.Phase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.k with parameters of type Runtime.Phase Modifier and Type Method Description boolean
Runtime.Listener. accept(Runtime.Phase phase, Runtime runtime)
-
Uses of Runtime.Phase in org.apache.camel.k.listener
Methods in org.apache.camel.k.listener with parameters of type Runtime.Phase Modifier and Type Method Description boolean
AbstractPhaseListener. accept(Runtime.Phase phase, Runtime runtime)
Constructors in org.apache.camel.k.listener with parameters of type Runtime.Phase Constructor Description AbstractPhaseListener(Runtime.Phase phase)
-