add method

void add (T event)
override

Adds a data event to the sink.

Must not be called on a closed sink.

Implementation

void add(T event);