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