public interface Startable
Startable provides an object with a start() method which 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
Stoppable.Stoppable| Modifier and Type | Field and Description |
|---|---|
static String |
PHASE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
start() |
static final String PHASE_NAME
void start()
throws MuleException
MuleExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.