| 接口 | 说明 |
|---|---|
| AssembleExecution |
Indicates that an assembly operation is executed at one time,
including all objects that need to perform this operation,
and the lifecycle used for execution.
|
| BeanOperationExecutor |
Bean operation executor, used to perform disassembly operations,
encapsulates the assembly operations to be performed and target objects into
AssembleExecution,
and then distribute them to AssembleOperationHandler for execution. |
| BeanOperationExecutor.Options |
Options for execution.
|
| 类 | 说明 |
|---|---|
| AbstractBeanOperationExecutor |
This class serves as a template class and provides a basic skeleton implementation
for most of the
BeanOperationExecutor,
particularly shielding the complexity of parsing DisassembleOperation operations. |
| AbstractOperationAwareBeanOperationExecutor |
An abstract implementation of
AbstractBeanOperationExecutor
that supports the operation aware. |
| AssembleExecution.SimpleAssembleExecution |
Simple implementation of
AssembleExecution. |
| AsyncBeanOperationExecutor |
The asynchronous implementation of
BeanOperationExecutor. |
| BeanOperationExecutor.Options.DynamicContainerOption |
An option that can dynamically change the container in the execution process.
|
| DisorderedBeanOperationExecutor |
Synchronization implementation of
BeanOperationExecutor. |
| OrderedBeanOperationExecutor |
Synchronization implementation of
BeanOperationExecutor. |
Copyright © 2024. All rights reserved.