Package org.apache.camel.k.support
Class RuntimeSupport
java.lang.Object
org.apache.camel.k.support.RuntimeSupport
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ContextCustomizer>
configureContextCustomizers
(org.apache.camel.CamelContext context) static List<ContextCustomizer>
configureContextCustomizers
(org.apache.camel.spi.HasCamelContext hasCamelContext) static String
static List<org.apache.camel.builder.RouteBuilderLifecycleStrategy>
loadInterceptors
(org.apache.camel.CamelContext context, Source source) static ContextCustomizer
lookupCustomizerByID
(org.apache.camel.CamelContext context, String customizerId) lookupCustomizerIDs
(org.apache.camel.CamelContext context) static Map<String,
ContextCustomizer> lookupCustomizers
(org.apache.camel.CamelContext context)
-
Method Details
-
configureContextCustomizers
public static List<ContextCustomizer> configureContextCustomizers(org.apache.camel.spi.HasCamelContext hasCamelContext) -
configureContextCustomizers
public static List<ContextCustomizer> configureContextCustomizers(org.apache.camel.CamelContext context) -
lookupCustomizers
public static Map<String,ContextCustomizer> lookupCustomizers(org.apache.camel.CamelContext context) -
lookupCustomizerByID
public static ContextCustomizer lookupCustomizerByID(org.apache.camel.CamelContext context, String customizerId) -
lookupCustomizerIDs
-
loadInterceptors
-
getRuntimeVersion
-
loadApplicationProperties
-
loadUserProperties
-