Interface for data processing components that load data items.
Description
The ILoader interface is used by data processing components that load data items.
Instance methods
load
Loads data items.
List
load(IContext context) throws ApplicationException
- context: IContext - (optional) a context to trace execution through a call chain.
- returns: List
- list of data items