类 BaseChannel<ValueType, UpdateType, CheckpointType>抽象
类型参数
- ValueType = 未知
- UpdateType = 未知
- CheckpointType = 未知
属性
UpdateType
ValueType
抽象
lc_graph_name
lc_graph_name: 字符串
方法
抽象
checkpoint
- checkpoint(): 未定义 | CheckpointType
consume
- consume(): 布尔值
返回 布尔值
抽象
fromCheckpoint
- fromCheckpoint(checkpoint?): this
返回 this
抽象
get
- get(): ValueType
抽象
update
- update(values): 布尔值
返回 布尔值
通道的名称。