Interface RecordOutuptStream
-
- All Superinterfaces:
Closed
- All Known Subinterfaces:
Channel,Exchange,InChannel,OutChannel
- All Known Implementing Classes:
AbstractInChannel,CoreExchange,HandleInChannel,JoinOutExecutorChannel,OutChannelExchange,OutputStreamOutChannel
public interface RecordOutuptStream extends Closed
数据输出流- Author:
- lb
- Date:
- 2023年12月4日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidflush()voidwriter(List<Record> record)批量输出数据voidwriter(Record record)输出一条record
-