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

Batch adapter factory definition.

The batch process utility definition.

The batch element definition.

The batch action element definition.

The batch io element definition.

The batch result element definition.

The batch deserialize json element.

List of batches element.