Startable
provides an object with a {@link #start()} methodwhich gets called when the Mule instance gets started. This is mostly used by infrastructure components, but can also be implemented by service objects. This lifecycle interface should always be implemented with its opposite lifecycle interface {@link org.mule.api.lifecycle.Stoppable}.
@see org.mule.api.lifecycle.Stoppable
|
|
|
|