Class RuntimeSupport

java.lang.Object
org.apache.camel.k.support.RuntimeSupport

public final class RuntimeSupport extends Object
  • 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

      public static Set<String> lookupCustomizerIDs(org.apache.camel.CamelContext context)
    • loadInterceptors

      public static List<org.apache.camel.builder.RouteBuilderLifecycleStrategy> loadInterceptors(org.apache.camel.CamelContext context, Source source)
    • getRuntimeVersion

      public static String getRuntimeVersion()
    • loadApplicationProperties

      public static Map<String,String> loadApplicationProperties()
    • loadUserProperties

      public static Map<String,String> loadUserProperties()