Interface InChannel
-
- All Superinterfaces:
Channel,Closed,RecordOutuptStream
- All Known Implementing Classes:
AbstractInChannel,HandleInChannel
public interface InChannel extends Channel
通道 下链接输出器上链接交换机, 输入通道标识这是一个输入通道- Author:
- lb
- Date:
- 2023年12月4日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcollectDirtyRecord(Record record, Throwable t, String errorMessage)收集脏数据脏数据推往这-
Methods inherited from interface risesoft.data.transfer.core.channel.Channel
setOutPutStream
-
Methods inherited from interface risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-