Class RuntimeSupport


  • public final class RuntimeSupport
    extends Object
    • Method Detail

      • configureContextCustomizers

        public static List<ContextCustomizer> configureContextCustomizers​(org.apache.camel.spi.HasCamelContext hasCamelContext)
      • configureContextCustomizers

        public static List<ContextCustomizer> configureContextCustomizers​(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()