Uses of Interface
risesoft.data.transfer.core.channel.OutChannel
-
Packages that use OutChannel Package Description risesoft.data.transfer.core.channel risesoft.data.transfer.core.exchange -
-
Uses of OutChannel in risesoft.data.transfer.core.channel
Classes in risesoft.data.transfer.core.channel that implement OutChannel Modifier and Type Class Description classJoinOutExecutorChannel连接输出器的通道classOutputStreamOutChannel抽象类处理好 recordOut 的存储 -
Uses of OutChannel in risesoft.data.transfer.core.exchange
Fields in risesoft.data.transfer.core.exchange declared as OutChannel Modifier and Type Field Description protected OutChannelOutChannelExchange. channelMethods in risesoft.data.transfer.core.exchange that return OutChannel Modifier and Type Method Description OutChannelCoreExchange. getOutChannel()OutChannelExchange. getOutChannel()获取输出通道OutChannelOutChannelExchange. getOutChannel()Methods in risesoft.data.transfer.core.exchange with parameters of type OutChannel Modifier and Type Method Description voidCoreExchange. setOutChannel(OutChannel channel)voidExchange. setOutChannel(OutChannel channel)设置这个交换机的输出通道voidOutChannelExchange. setOutChannel(OutChannel channel)
-