@TypeDsl(allowTopLevelDefinition=true) public class LifecycleObject extends BaseLifecycleTracker
| Constructor and Description |
|---|
LifecycleObject() |
| Modifier and Type | Method and Description |
|---|---|
LifecycleObject |
getOtherLifecycleObject() |
protected void |
onDispose() |
protected void |
onInit(org.mule.runtime.core.api.MuleContext muleContext) |
protected void |
onSetMuleContext(org.mule.runtime.core.api.MuleContext muleContext) |
protected void |
onStart() |
protected void |
onStop() |
addTrackingDataToRegistry, addTrackingDataToRegistry, dispose, getCalledPhases, initialise, setMuleContext, start, stopprotected void onSetMuleContext(org.mule.runtime.core.api.MuleContext muleContext)
onSetMuleContext in class BaseLifecycleTrackerprotected void onInit(org.mule.runtime.core.api.MuleContext muleContext)
throws org.mule.runtime.api.lifecycle.InitialisationException
onInit in class BaseLifecycleTrackerorg.mule.runtime.api.lifecycle.InitialisationExceptionprotected void onStart()
throws org.mule.runtime.api.exception.MuleException
onStart in class BaseLifecycleTrackerorg.mule.runtime.api.exception.MuleExceptionprotected void onStop()
throws org.mule.runtime.api.exception.MuleException
onStop in class BaseLifecycleTrackerorg.mule.runtime.api.exception.MuleExceptionprotected void onDispose()
onDispose in class BaseLifecycleTrackerpublic LifecycleObject getOtherLifecycleObject()
Copyright © 2025 MuleSoft, Inc.. All rights reserved.