IBatchAggregator public interface IBatchAggregator Documentation Code using Relativity.DataTransfer.Nodes; namespace Relativity.Transfer.Enumeration.Interfaces { public interface IBatchAggregator { void CreateBatch(); void AddToBatch(INode node); } }