Package | Description |
---|---|
flux |
File Orchestration Solutions for Banking and Finance
|
flux.runtimeconfiguration |
Configuration properties that can be updated at runtime, including concurrency
throttles and default workflow error handlers
|
Modifier and Type | Field and Description |
---|---|
static RuntimeConfigurationNode |
Configuration.DEFAULT_RUNTIME_CONFIGURATION
A default runtime configuration that allows at most one flow chart to run
at the same time and defines a default error handler that retries failed
actions up to five times, with one minute delays after a failure.
|
Modifier and Type | Method and Description |
---|---|
RuntimeConfigurationNode |
Configuration.getRuntimeConfiguration()
Returns the RUNTIME_CONFIGURATION configuration property.
|
RuntimeConfigurationNode |
Engine.getRuntimeConfiguration()
Returns the existing runtime configuration for this engine instance.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setRuntimeConfiguration(RuntimeConfigurationNode runtimeConfigurationNode)
Sets the RUNTIME_CONFIGURATION configuration property.
|
void |
Engine.setRuntimeConfiguration(RuntimeConfigurationNode runtimeConfiguration)
Sets the runtime configuration for this engine instance to a new runtime
configuration after this engine has been instantiated.
|
Modifier and Type | Method and Description |
---|---|
RuntimeConfigurationNode |
RuntimeConfigurationNode.getChild(java.lang.String unqualifiedName)
Returns the child with the specified unqualified name.
|
RuntimeConfigurationNode |
RuntimeConfigurationNode.getParent()
Returns the parent node of this node.
|
RuntimeConfigurationNode |
RuntimeConfigurationNode.makeChild(java.lang.String unqualifiedName)
Makes a new child for this node.
|
RuntimeConfigurationNode |
RuntimeConfigurationFactory.makeDefaultRuntimeConfiguration()
Makes a default runtime configuration that is identical to
flux.Configuration.DEFAULT_RUNTIME_CONFIGURATION_NODE except that it is
mutable.
|
RuntimeConfigurationNode |
RuntimeConfigurationFactory.makeRuntimeConfiguration()
Makes an empty runtime configuration that can be updated to create a
custom runtime configuration.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<RuntimeConfigurationNode> |
RuntimeConfigurationNode.getChildren()
Returns all the child nodes of this node.
|
© 2000-2025 Flux Corporation. All rights reserved.