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.