AsyncEmitter<T>
public interface SyncEmitter<T>
void
error(Throwable error)
next(T item)
stop()
void next(T item)
void error(Throwable error)
void stop()