| Interface | Description |
|---|---|
| BootstrapObjectFactory |
A simple factory interface that can be listed in a registry-bootstrap.properties file
|
| BootstrapService |
Creates objects from bootstrap.properties files
|
| BootstrapServiceDiscoverer |
Discovers available
BootstrapService instances |
| RegistryBootstrapDiscoverer |
Allows to discover properties to be used during the bootstrap process.
|
| Class | Description |
|---|---|
| AbstractBootstrapProperty |
Base class to define bootstrap properties
|
| AbstractRegistryBootstrap |
Base class for an object will load objects defined in a file called
registry-bootstrap.properties into the local
registry. |
| ClassLoaderRegistryBootstrapDiscoverer |
Looks for bootstrap properties in resources named {code BOOTSTRAP_PROPERTIES} inside a given classloader.
|
| ObjectBootstrapProperty |
Defines a bootstrap property for a generic object
|
| PropertiesBootstrapService |
Provides a bootstrapping service from a given set of properties
|
| PropertiesBootstrapServiceDiscoverer |
Discovers
BootstrapService instances corresponding to bootstrap.properties files |
| SimpleRegistryBootstrap | Deprecated
as of 3.7.0.
|
| TransactionFactoryBootstrapProperty |
Defines a bootstrap property for a transaction factory
|
| TransformerBootstrapProperty |
Defines a bootstrap property for a transformer
|
| Enum | Description |
|---|---|
| ArtifactType |
List the possible types of deployable artifacts
|
| Exception | Description |
|---|---|
| BootstrapException |
Represents exceptions during the bootstrap configuration process
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.