Uses of Class
org.apache.camel.util.KeyValueHolder

Packages that use KeyValueHolder
org.apache.camel.management Camel management 
org.apache.camel.util Utility classes used by the core of Camel. 
 

Uses of KeyValueHolder in org.apache.camel.management
 

Constructor parameters in org.apache.camel.management with type arguments of type KeyValueHolder
InstrumentationInterceptStrategy(Map<ProcessorDefinition<?>,PerformanceCounter> registeredCounters, Map<Processor,KeyValueHolder<ProcessorDefinition<?>,InstrumentationProcessor>> wrappedProcessors)
           
 

Uses of KeyValueHolder in org.apache.camel.util
 

Methods in org.apache.camel.util that return KeyValueHolder
static KeyValueHolder<String,String> OgnlHelper.isOgnlIndex(String ognlExpression)
           
 



Apache Camel