类 OutChannelExchange
- java.lang.Object
-
- risesoft.data.transfer.core.exchange.OutChannelExchange
-
- 所有已实现的接口:
Closed,Exchange,RecordOutuptStream
public abstract class OutChannelExchange extends Object implements Exchange
- 作者:
- lb
- Date:
- 2023年12月11日
-
-
字段概要
字段 修饰符和类型 字段 说明 protected OutChannelchannelprotected booleanisShutdown是否关闭
-
构造器概要
构造器 构造器 说明 OutChannelExchange()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidclose()关闭 通常代表着上游处理任务结束OutChannelgetOutChannel()获取输出通道voidsetOutChannel(OutChannel channel)设置这个交换机的输出通道voidshutdown()关闭-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 risesoft.data.transfer.core.stream.out.RecordOutuptStream
flush, writer, writer
-
-
-
-
字段详细资料
-
channel
protected OutChannel channel
-
isShutdown
protected volatile boolean isShutdown
是否关闭
-
-
方法详细资料
-
setOutChannel
public void setOutChannel(OutChannel channel)
从接口复制的说明:Exchange设置这个交换机的输出通道- 指定者:
setOutChannel在接口中Exchange
-
getOutChannel
public OutChannel getOutChannel()
从接口复制的说明:Exchange获取输出通道- 指定者:
getOutChannel在接口中Exchange- 返回:
-
-