Class | Description |
---|---|
CqlRequestReactiveProcessor | |
DefaultReactiveResultSet | |
FailedPublisher<ElementT> |
A
Publisher that immediately signals the error passed at instantiation to all its
subscribers. |
FailedReactiveResultSet |
A
ReactiveResultSet that immediately signals the error passed at instantiation to all its
subscribers. |
ReactiveResultSetBase<ResultSetT extends AsyncPagingIterable<Row,ResultSetT>> | |
ReactiveResultSetSubscription<ResultSetT extends AsyncPagingIterable<Row,ResultSetT>> |
A single-subscriber subscription that executes one single query and emits all the returned rows.
|
SimpleUnicastProcessor<ElementT> |
A simple
Processor that receives items form an upstream publisher, stores them in an
internal queue, then serves them to one single downstream subscriber. |
Copyright © 2017–2019. All rights reserved.