Interface | Description |
---|---|
FutureStreamSynchronousPublisher<T> |
Reactive Streams publisher, that publishes on the calling thread
|
ReactiveStreamsTerminalFutureOperations<T> |
Interface for reactive-streams based terminal operations, requires simple-react to be on the classpath.
|
ReactiveStreamsTerminalOperations<T> |
Interface for reactive-streams based terminal operations, requires simple-react to be on the classpath.
|
Class | Description |
---|---|
QueueBasedSubscriber<T> |
A reactive-streams subscriber for merging data from multiple publishers into a single Stream
|
QueueBasedSubscriber.Counter | |
ReactiveTask |
Class that represents an active reactive-streams task
|
SeqSubscriber<T> |
A reactive-streams Subscriber that can generate various forms of sequences from a publisher
|
ValueSubscriber<T> |
A reactive-streams Subscriber that can take 1 value from a reactive-streams publisher and convert
it into various forms
|