| Package | Description |
|---|---|
| org.mule.runtime.module.embedded.api | |
| org.mule.runtime.module.embedded.internal |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.builder() |
DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.DeploymentConfigurationBuilder.lazyConnectionsEnabled(boolean enabled)
Allows to enable or disable 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.
|
DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.DeploymentConfigurationBuilder.lazyInitialization(boolean enabled)
When an artifact context is lazily created then not all components will be created during the creation of the artifact.
|
DeploymentConfiguration.DeploymentConfigurationBuilder |
DeploymentConfiguration.DeploymentConfigurationBuilder.xmlValidations(boolean enabled)
Allows to enable or disable XML validations while deploying the artifact.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDeploymentConfigurationBuilder
Default implementation of
DeploymentConfiguration.DeploymentConfigurationBuilder. |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration.DeploymentConfigurationBuilder |
DefaultDeploymentConfigurationBuilder.lazyConnectionsEnabled(boolean enabled) |
DeploymentConfiguration.DeploymentConfigurationBuilder |
DefaultDeploymentConfigurationBuilder.lazyInitialization(boolean enabled) |
DeploymentConfiguration.DeploymentConfigurationBuilder |
DefaultDeploymentConfigurationBuilder.xmlValidations(boolean enabled) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.