Interface Channel
-
- All Superinterfaces:
Closed,RecordOutuptStream
- All Known Subinterfaces:
InChannel,OutChannel
- All Known Implementing Classes:
AbstractInChannel,HandleInChannel,JoinOutExecutorChannel,OutputStreamOutChannel
public interface Channel extends RecordOutuptStream
通道 下链接输出器上链接交换机,通道限流,交换机不限流- Author:
- lb
- Date:
- 2023年12月4日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOutPutStream(RecordOutuptStream recordOutuptStream)设置通道的出口-
Methods inherited from interface risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
Method Detail
-
setOutPutStream
void setOutPutStream(RecordOutuptStream recordOutuptStream)
设置通道的出口- Parameters:
exchange-
-
-