add 抽象方法

void add(
  1. T event
)
override

将数据 event 添加到 sink。

不得在已关闭的 sink 上调用。

实现

void add(T event);