ExecutionContext
passed to the
execute
method of commands.See: Description
Interface | Description |
---|---|
ExecutionContext |
The execution context encapsulates all information relevant during the
execution of a
Command or chain of joined commands. |
ExecutionContextFactory |
Factory for an
ExecutionContext . |
Class | Description |
---|---|
DefaultExecutionContext |
Default execution context implementation with setters for some values and
meaningful defaults for instance taken from system properties.
|
DerivedExecutionContext |
A derived execution context allows overriding of some values while forwarding
other getter calls to an original delegate context.
|
ExecutionContext
passed to the
execute
method of commands.Copyright © 2024. All rights reserved.