public interface LifecycleTracker
extends org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable, org.mule.runtime.core.api.context.MuleContextAware
LifecycleTrackerRegistry which is added to the registry.
For practicality, extend BaseLifecycleTracker instead of implement this interface.| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCalledPhases()
Returns a list of the already invoked phases on this tracker, even if the phase failed.
|
Copyright © 2022 MuleSoft, Inc.. All rights reserved.