void add(
T event
)

Send a data event to a stream.

Source

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