Uses of Interface
org.apache.camel.spi.LifecycleStrategy
Packages that use LifecycleStrategy
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of LifecycleStrategy in org.apache.camel
Methods in org.apache.camel that return types with arguments of type LifecycleStrategyModifier and TypeMethodDescriptionCamelContext.getLifecycleStrategies()Returns the lifecycle strategies used to handle lifecycle notificationsMethods in org.apache.camel with parameters of type LifecycleStrategyModifier and TypeMethodDescriptionvoidCamelContext.addLifecycleStrategy(LifecycleStrategy lifecycleStrategy) Adds the given lifecycle strategy to be used. -
Uses of LifecycleStrategy in org.apache.camel.spi
Subinterfaces of LifecycleStrategy in org.apache.camel.spiModifier and TypeInterfaceDescriptioninterfaceMarker interface forLifecycleStrategythat are used for auto-wiring components, data formats and languages.Methods in org.apache.camel.spi that return LifecycleStrategyModifier and TypeMethodDescriptionManagementStrategyFactory.createLifecycle(CamelContext context) Creates the associatedLifecycleStrategythat the management strategy uses.Methods in org.apache.camel.spi with parameters of type LifecycleStrategyModifier and TypeMethodDescriptionvoidManagementStrategyFactory.setupManagement(CamelContext camelContext, ManagementStrategy strategy, LifecycleStrategy lifecycle) Setup the management on theCamelContext.