Uses of Interface
org.apache.camel.model.ModelLifecycleStrategy
Packages that use ModelLifecycleStrategy
-
Uses of ModelLifecycleStrategy in org.apache.camel.model
Classes in org.apache.camel.model that implement ModelLifecycleStrategyMethods in org.apache.camel.model that return types with arguments of type ModelLifecycleStrategyModifier and TypeMethodDescriptionModel.getModelLifecycleStrategies()Returns the model lifecycle strategies used to handle lifecycle notificationsMethods in org.apache.camel.model with parameters of type ModelLifecycleStrategyModifier and TypeMethodDescriptionvoidModel.addModelLifecycleStrategy(ModelLifecycleStrategy modelLifecycleStrategy) Adds the given model lifecycle strategy to be used.