接口 Exchange
-
- 所有超级接口:
Closed,RecordOutuptStream
- 所有已知实现类:
CoreExchange,OutChannelExchange
public interface Exchange extends RecordOutuptStream
交换机用于数据输入管理- 作者:
- lb
- Date:
- 2023年12月4日
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 OutChannelgetOutChannel()获取输出通道voidsetOutChannel(OutChannel channel)设置这个交换机的输出通道voidshutdown()关闭-
从接口继承的方法 risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
方法详细资料
-
setOutChannel
void setOutChannel(OutChannel channel)
设置这个交换机的输出通道- 参数:
channel-
-
getOutChannel
OutChannel getOutChannel()
获取输出通道- 返回:
-
shutdown
void shutdown()
关闭
-
-