public interface DeploymentConfiguration extends Serializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DeploymentConfiguration.DeploymentConfigurationBuilder
Builder interface for
DeploymentConfiguration. |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration.DeploymentConfigurationBuilder |
builder() |
boolean |
lazyConnectionsEnabled() |
boolean |
lazyInitializationEnabled() |
boolean |
xmlValidationsEnabled() |
boolean lazyInitializationEnabled()
true if the artifact context will be created a lazily, false otherwise.boolean xmlValidationsEnabled()
true if the artifact will be deployed with XSD validations, false otherwise.boolean lazyConnectionsEnabled()
true if the artifact will be deployed with the connections being created lazily meaning that the connection
won't be established until an operation wants to use it, false otherwise.static DeploymentConfiguration.DeploymentConfigurationBuilder builder()
DeploymentConfigurationCopyright © 2025 MuleSoft, Inc.. All rights reserved.