Uses of Interface
org.apache.camel.spi.ManagementNameStrategy

Packages that use ManagementNameStrategy
org.apache.camel The core Camel API. 
org.apache.camel.impl Default implementation classes for Camel Core 
 

Uses of ManagementNameStrategy in org.apache.camel
 

Methods in org.apache.camel that return ManagementNameStrategy
 ManagementNameStrategy CamelContext.getManagementNameStrategy()
          Gets the current management name strategy
 

Methods in org.apache.camel with parameters of type ManagementNameStrategy
 void CamelContext.setManagementNameStrategy(ManagementNameStrategy nameStrategy)
          Sets a custom management name strategy
 

Uses of ManagementNameStrategy in org.apache.camel.impl
 

Classes in org.apache.camel.impl that implement ManagementNameStrategy
 class DefaultManagementNameStrategy
          Default implementation of ManagementNameStrategy

This implementation will by default use a name pattern as #name# and in case of a clash, then the pattern will fallback to be using the counter as #name#-#counter#.

 

Methods in org.apache.camel.impl that return ManagementNameStrategy
 ManagementNameStrategy DefaultCamelContext.getManagementNameStrategy()
           
 

Methods in org.apache.camel.impl with parameters of type ManagementNameStrategy
 void DefaultCamelContext.setManagementNameStrategy(ManagementNameStrategy managementNameStrategy)
           
 



Apache Camel