类 BaseChannel<ValueType, UpdateType, CheckpointType>抽象类
类型参数
- ValueType = unknown
- UpdateType = unknown
- CheckpointType = unknown
属性
UpdateType
ValueType
抽象类
lc_graph_name
lc_graph_name: string
方法
抽象类
checkpoint
- checkpoint(): undefined | CheckpointType
consume
- consume(): boolean
返回 boolean
抽象类
fromCheckpoint
- fromCheckpoint(checkpoint?): this
返回 this
抽象类
get
- get(): ValueType
抽象类
update
- update(values): boolean
返回 boolean
通道的名称。