public interface Initialisable
Initialisable is a lifecycle interface that gets called at the initialise lifecycle stage of the implementing service.| Modifier and Type | Field and Description |
|---|---|
static String |
PHASE_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
initialise()
Method used to perform any initialisation work.
|
static final String PHASE_NAME
void initialise()
throws InitialisationException
InitialisationException should be thrown.
In case that the initialise() method execution fails then mule will call the Disposable.dispose() method if
the class also implements Disposable allowing the object to dispose any allocated resource during
initialise()InitialisationException - if a fatal error occurs causing the Mule instance to shutdownDisposableCopyright © 2021 MuleSoft, Inc.. All rights reserved.