Uses of Interface
org.apache.camel.model.ModelLifecycleStrategy
-
Packages that use ModelLifecycleStrategy Package Description org.apache.camel.model The JAXB POJOs for the XML Configuration of the routing rules. -
-
Uses of ModelLifecycleStrategy in org.apache.camel.model
Classes in org.apache.camel.model that implement ModelLifecycleStrategy Modifier and Type Class Description class
ModelLifecycleStrategySupport
Base class forModelLifecycleStrategy
.Methods in org.apache.camel.model that return types with arguments of type ModelLifecycleStrategy Modifier and Type Method Description List<ModelLifecycleStrategy>
Model. getModelLifecycleStrategies()
Returns the model lifecycle strategies used to handle lifecycle notificationsMethods in org.apache.camel.model with parameters of type ModelLifecycleStrategy Modifier and Type Method Description void
Model. addModelLifecycleStrategy(ModelLifecycleStrategy modelLifecycleStrategy)
Adds the given model lifecycle strategy to be used.
-