public interface MultiProducer
| Modifier and Type | Method and Description |
|---|---|
default long |
downstreamCount()
the number of downstream receivers
|
Iterator<?> |
downstreams()
the connected data receivers
|
default boolean |
hasDownstreams()
Has any Subscriber attached to this multi-producer ?
|
Iterator<?> downstreams()
default long downstreamCount()
default boolean hasDownstreams()