T - the type of payload sent by the emitter.public class EmitterImpl<T> extends AbstractEmitter<T> implements Emitter<T>
internal, name, publisher, synchronousFailure| Constructor and Description |
|---|
EmitterImpl(EmitterConfiguration config,
long defaultBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
<M extends Message<? extends T>> |
send(M msg) |
CompletionStage<Void> |
send(T payload) |
complete, emit, error, getPublisher, hasRequests, isCancelledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomplete, error, hasRequests, isCancelledpublic EmitterImpl(EmitterConfiguration config, long defaultBufferSize)
Copyright © 2018–2020 SmallRye. All rights reserved.