Package org.apache.camel.k.listener
Class AbstractPhaseListener
java.lang.Object
org.apache.camel.k.listener.AbstractPhaseListener
- All Implemented Interfaces:
Runtime.Listener
,org.apache.camel.Ordered
- Direct Known Subclasses:
ContextConfigurer
,SourcesConfigurer
-
Field Summary
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
boolean
accept
(Runtime.Phase phase, Runtime runtime) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.camel.k.Runtime.Listener
getOrder
-
Constructor Details
-
AbstractPhaseListener
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceRuntime.Listener
-
accept
-