| Interface | Description |
|---|---|
| PluginManager |
Manages all plugins that are installed in the mule instance.
|
| PluginManagerFactory |
Creates
PluginManager instances |
| Class | Description |
|---|---|
| MulePluginManager |
Manages lifecycle and processing of all the plugins that are installed in the mule instance.
|
| MulePluginManagerFactory |
Creates
MulePluginManager instances registering the plugins that are discovered in the Mule instance. |
| Exception | Description |
|---|---|
| PluginAlreadyRegisteredException |
Thrown to indicate that a plugin with a given name has been already registered in the Mule instance
|
| PluginLifecycleException |
Thrown to indicate an attempt to make an invalid transition in a plugin's lifecycle
|
| PluginNoRegisteredException |
Thrown to indicate that a given plugin is not registered on the Mule instance so cannot managing it.
|
Copyright © 2006–2022 MuleSoft, Inc.. All rights reserved.