Interface RecordsProcessorInterface<T>


public interface RecordsProcessorInterface<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    process(List<Object[]> args)
     
  • Method Details