void add(
S event
)

Send a data event to a stream.

Source

/** Send a data event to a stream. */
void add(T event);