Uses of Interface
org.apache.camel.spi.ManagementNameStrategy
-
Packages that use ManagementNameStrategy Package Description org.apache.camel The core Camel API. -
-
Uses of ManagementNameStrategy in org.apache.camel
Methods in org.apache.camel that return ManagementNameStrategy Modifier and Type Method Description ManagementNameStrategyCamelContext. getManagementNameStrategy()Gets the current management name strategyMethods in org.apache.camel with parameters of type ManagementNameStrategy Modifier and Type Method Description voidCamelContext. setManagementNameStrategy(ManagementNameStrategy nameStrategy)Sets a custom management name strategy
-