Uses of Interface
org.apache.camel.spi.ManagementStrategy
-
Packages that use ManagementStrategy Package Description org.apache.camel The core Camel API.org.apache.camel.spi 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 ManagementStrategy Modifier and Type Method Description ManagementStrategyCamelContext. getManagementStrategy()Gets the management strategyMethods in org.apache.camel with parameters of type ManagementStrategy Modifier and Type Method Description voidCamelContext. 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 ManagementStrategy Modifier and Type Method Description ManagementStrategyManagementStrategyFactory. create(CamelContext context, Map<String,Object> properties)Creates theManagementStrategy.Methods in org.apache.camel.spi with parameters of type ManagementStrategy Modifier and Type Method Description voidManagementStrategyFactory. setupManagement(CamelContext camelContext, ManagementStrategy strategy, LifecycleStrategy lifecycle)Setup the management on theCamelContext.
-