Module batch
Expand description
The batch modules.
Re-exports§
pub use batch_utility::BatchUtility;
pub use elem_batch_action::ElemBatchAction;
pub use elem_batch_io::ElemBatchIO;
pub use elem_batch::ElemBatch;
pub use elem_batch_result::ElemBatchResult;
pub use adapter_factory::AdapterFactory;
pub use json_deserialize::JsonDeserialize;
pub use list_batch::ListBatch;
Modules§
- adapter_
factory - Batch adapter factory definition.
- batch_
utility - The batch process utility definition.
- elem_
batch - The batch element definition.
- elem_
batch_ action - The batch action element definition.
- elem_
batch_ io - The batch io element definition.
- elem_
batch_ result - The batch result element definition.
- json_
deserialize - The batch deserialize json element.
- list_
batch - List of batches element.