Uses of Interface
org.apache.camel.spi.ManagementStrategy
Packages that use ManagementStrategy
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of ManagementStrategy in org.apache.camel
Methods in org.apache.camel that return ManagementStrategyModifier and TypeMethodDescriptionCamelContext.getManagementStrategy()Gets the management strategyMethods in org.apache.camel with parameters of type ManagementStrategyModifier and TypeMethodDescriptionvoidCamelContext.setManagementStrategy(ManagementStrategy strategy) Sets the management strategy to use -
Uses of ManagementStrategy in org.apache.camel.spi
Methods in org.apache.camel.spi that return ManagementStrategyModifier and TypeMethodDescriptionManagementStrategyFactory.create(CamelContext context, Map<String, Object> properties) Creates theManagementStrategy.Methods in org.apache.camel.spi with parameters of type ManagementStrategyModifier and TypeMethodDescriptionvoidManagementStrategyFactory.setupManagement(CamelContext camelContext, ManagementStrategy strategy, LifecycleStrategy lifecycle) Setup the management on theCamelContext.