Class LifecycleTrackerConfiguration

java.lang.Object
org.mule.tests.internal.BaseLifecycleTracker
org.mule.tests.api.LifecycleTrackerConfiguration
All Implemented Interfaces:
org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Lifecycle, org.mule.runtime.api.lifecycle.Startable, org.mule.runtime.api.lifecycle.Stoppable, org.mule.runtime.core.api.context.MuleContextAware, LifecycleTracker

@Configuration(name="lifecycleTrackerConfig") @Operations(LifecycleTrackerOperations.class) @Sources(LifecycleTrackerSource.class) public class LifecycleTrackerConfiguration extends BaseLifecycleTracker
  • Constructor Details

    • LifecycleTrackerConfiguration

      public LifecycleTrackerConfiguration()
  • Method Details

    • getNested

      public List<org.mule.runtime.api.component.Component> getNested()
    • setNested

      public void setNested(List<org.mule.runtime.api.component.Component> nested)
    • onInit

      protected void onInit(org.mule.runtime.core.api.MuleContext muleContext) throws org.mule.runtime.api.lifecycle.InitialisationException
      Overrides:
      onInit in class BaseLifecycleTracker
      Throws:
      org.mule.runtime.api.lifecycle.InitialisationException