Modifier and Type | Interface and Description |
---|---|
interface |
Processor<T,R>
A Processor represents a processing stage—which is both a
Subscriber
and a Publisher and obeys the contracts of both. |
Modifier and Type | Method and Description |
---|---|
void |
Publisher.subscribe(Subscriber<? super T> s)
Request
Publisher to start streaming data. |
Copyright © 2014–2018. All rights reserved.