Interface RecordInHandle
-
- All Superinterfaces:
Handle
- All Known Implementing Classes:
AbstractRecordInHandle,ColumnDisposeHandlePlug
public interface RecordInHandle extends Handle
数据输入时会触发的handle 在输入通道中执行,存在多线程调用- Author:
- lb
- Date:
- 2023年12月8日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoIn(List<Record> records)从输入通道中进入一批数据voiddoIn(Record record)从输入通道中进入一条数据
-