Class DeferServiceStartupListener
java.lang.Object
org.apache.camel.impl.engine.DeferServiceStartupListener
- All Implemented Interfaces:
org.apache.camel.Ordered, org.apache.camel.StartupListener
public class DeferServiceStartupListener
extends Object
implements org.apache.camel.StartupListener, org.apache.camel.Ordered
A
StartupListener that defers starting Services, until as late as possible during
the startup process of CamelContext.-
Field Summary
Fields inherited from interface org.apache.camel.Ordered
HIGHEST, LOWEST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddService(org.apache.camel.Service service, boolean startEarly) protected voiddoStart(Set<org.apache.camel.Service> services, org.apache.camel.CamelContext context, boolean alreadyStarted) intgetOrder()voidonCamelContextStarted(org.apache.camel.CamelContext context, boolean alreadyStarted) voidonCamelContextStarting(org.apache.camel.CamelContext context, boolean alreadyStarted) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.camel.StartupListener
onCamelContextFullyStarted
-
Constructor Details
-
DeferServiceStartupListener
public DeferServiceStartupListener()
-
-
Method Details
-
addService
public void addService(org.apache.camel.Service service, boolean startEarly) -
onCamelContextStarting
-
onCamelContextStarted
-
doStart
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.apache.camel.Ordered
-