Class KameletAutowiredLifecycleStrategy

java.lang.Object
org.apache.camel.support.LifecycleStrategySupport
org.apache.camel.main.MainAutowiredLifecycleStrategy
org.apache.camel.main.download.KameletAutowiredLifecycleStrategy
All Implemented Interfaces:
org.apache.camel.Ordered, org.apache.camel.spi.AutowiredLifecycleStrategy, org.apache.camel.spi.LifecycleStrategy

public class KameletAutowiredLifecycleStrategy extends org.apache.camel.main.MainAutowiredLifecycleStrategy
  • Field Summary

    Fields inherited from interface org.apache.camel.Ordered

    HIGHEST, LOWEST
  • Constructor Summary

    Constructors
    Constructor
    Description
    KameletAutowiredLifecycleStrategy(org.apache.camel.CamelContext camelContext, String stubPattern, boolean silent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    protected boolean
    isEnabled(String name, org.apache.camel.Component component)
     
    protected boolean
    isEnabled(String name, org.apache.camel.spi.DataFormat dataFormat)
     
    protected boolean
    isEnabled(String name, org.apache.camel.spi.Language language)
     

    Methods inherited from class org.apache.camel.main.MainAutowiredLifecycleStrategy

    getOrder, onComponentAdd, onContextInitializing, onContextStopped, onDataFormatCreated, onLanguageCreated

    Methods inherited from class org.apache.camel.support.LifecycleStrategySupport

    adapt, adapt, adapt, adapt, adapt, adapt, adapt, doAutoWire, onCamelContextInitialized, onCamelContextInitializing, onCamelContextStarted, onCamelContextStarting, onCamelContextStopped, onCamelContextStopping, onComponentRemove, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemove

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.camel.spi.LifecycleStrategy

    onComponentRemove, onContextInitialized, onContextStarted, onContextStarting, onContextStopping, onEndpointAdd, onEndpointRemove, onRouteContextCreate, onRoutesAdd, onRoutesRemove, onServiceAdd, onServiceRemove, onThreadPoolAdd, onThreadPoolRemove
  • Constructor Details

    • KameletAutowiredLifecycleStrategy

      public KameletAutowiredLifecycleStrategy(org.apache.camel.CamelContext camelContext, String stubPattern, boolean silent)
  • Method Details

    • isEnabled

      protected boolean isEnabled(String name, org.apache.camel.Component component)
      Overrides:
      isEnabled in class org.apache.camel.main.MainAutowiredLifecycleStrategy
    • isEnabled

      protected boolean isEnabled(String name, org.apache.camel.spi.Language language)
      Overrides:
      isEnabled in class org.apache.camel.main.MainAutowiredLifecycleStrategy
    • isEnabled

      protected boolean isEnabled(String name, org.apache.camel.spi.DataFormat dataFormat)
      Overrides:
      isEnabled in class org.apache.camel.main.MainAutowiredLifecycleStrategy
    • isEnabled

      protected boolean isEnabled(String name)