public final class BusPublisher<T>
extends java.lang.Object
implements org.reactivestreams.Publisher<T>
| Constructor and Description |
|---|
BusPublisher(Bus<T> observable,
Selector selector) |
| Modifier and Type | Method and Description |
|---|---|
void |
subscribe(org.reactivestreams.Subscriber<? super T> s) |
java.lang.String |
toString() |