| Interface | Description |
|---|---|
| BootstrapObjectFactory |
A simple factory interface that can be listed in a registry-bootstrap.properties file
|
| RegistryBootstrapDiscoverer |
Allows to discover properties to be used during the bootstrap process.
|
| Class | Description |
|---|---|
| AbstractRegistryBootstrap |
Base class for an object will load objects defined in a file called
registry-bootstrap.properties into the local registry. |
| ClassPathRegistryBootstrapDiscoverer |
Looks for bootstrap properties in resources named META-INF/services/org/mule/config/registry-bootstrap.properties
inside the classpath.
|
| SimpleRegistryBootstrap | Deprecated
as of 3.7.0.
|
| Enum | Description |
|---|---|
| ArtifactType |
List the possible types of deployable artifacts
|
| Exception | Description |
|---|---|
| BootstrapException |
Represents exceptions during the bootstrap configuration process
|
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.