@MediaType(value="text/plain") public class LifecycleTrackerSource extends org.mule.runtime.extension.api.runtime.source.Source<String,Serializable> implements LifecycleTracker
| Constructor and Description |
|---|
LifecycleTrackerSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
List<String> |
getCalledPhases()
Returns a list of the already invoked phases on this tracker, even if the phase failed.
|
void |
initialise() |
void |
onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback sourceCallback) |
void |
onStop() |
void |
setMuleContext(org.mule.runtime.core.api.MuleContext context) |
public void onStart(org.mule.runtime.extension.api.runtime.source.SourceCallback sourceCallback)
throws org.mule.runtime.api.exception.MuleException
onStart in class org.mule.runtime.extension.api.runtime.source.Source<String,Serializable>org.mule.runtime.api.exception.MuleExceptionpublic void onStop()
onStop in class org.mule.runtime.extension.api.runtime.source.Source<String,Serializable>public List<String> getCalledPhases()
LifecycleTrackergetCalledPhases in interface LifecycleTrackerpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void setMuleContext(org.mule.runtime.core.api.MuleContext context)
setMuleContext in interface org.mule.runtime.core.api.context.MuleContextAwareCopyright © 2024 MuleSoft, Inc.. All rights reserved.