Interface Exchange
-
- All Superinterfaces:
Closed,RecordOutuptStream
- All Known Implementing Classes:
CoreExchange,OutChannelExchange
public interface Exchange extends RecordOutuptStream
交换机用于数据输入管理- Author:
- lb
- Date:
- 2023年12月4日
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutChannelgetOutChannel()获取输出通道voidsetOutChannel(OutChannel channel)设置这个交换机的输出通道voidshutdown()关闭-
Methods inherited from interface risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
Method Detail
-
setOutChannel
void setOutChannel(OutChannel channel)
设置这个交换机的输出通道- Parameters:
channel-
-
getOutChannel
OutChannel getOutChannel()
获取输出通道- Returns:
-
shutdown
void shutdown()
关闭
-
-