Uses of Interface
org.apache.camel.k.ContextCustomizer
-
Packages that use ContextCustomizer Package Description org.apache.camel.k org.apache.camel.k.support -
-
Uses of ContextCustomizer in org.apache.camel.k
Methods in org.apache.camel.k with parameters of type ContextCustomizer Modifier and Type Method Description default int
ContextCustomizer. compareTo(ContextCustomizer o)
-
Uses of ContextCustomizer in org.apache.camel.k.support
Methods in org.apache.camel.k.support that return ContextCustomizer Modifier and Type Method Description static ContextCustomizer
RuntimeSupport. lookupCustomizerByID(org.apache.camel.CamelContext context, String customizerId)
Methods in org.apache.camel.k.support that return types with arguments of type ContextCustomizer Modifier and Type Method Description static List<ContextCustomizer>
RuntimeSupport. configureContextCustomizers(org.apache.camel.CamelContext context)
static List<ContextCustomizer>
RuntimeSupport. configureContextCustomizers(org.apache.camel.spi.HasCamelContext hasCamelContext)
static Map<String,ContextCustomizer>
RuntimeSupport. lookupCustomizers(org.apache.camel.CamelContext context)
-