public interface MuleContextListener
MuleContext| Modifier and Type | Method and Description |
|---|---|
void |
onConfiguration(MuleContext context)
Notifies the configuration of a
MuleContext instance, after this notification, the context is ready to be used. |
void |
onCreation(MuleContext context)
Notifies the creation of a
MuleContext instance right before the initialization. |
void |
onInitialization(MuleContext context)
Notifies after initialization of a
MuleContext instance. |
void onCreation(MuleContext context)
MuleContext instance right before the initialization.context - created contextvoid onInitialization(MuleContext context)
MuleContext instance.context - initialized contextvoid onConfiguration(MuleContext context)
MuleContext instance, after this notification, the context is ready to be used.context - configured contextCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.