Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.continuous.reactive | |
com.datastax.dse.driver.api.core.cql.reactive |
Types related to CQL execution using reactive-style programming.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousReactiveResultSet
A marker interface for publishers returned by
ContinuousReactiveSession . |
Modifier and Type | Method and Description |
---|---|
default ReactiveResultSet |
ReactiveSession.executeReactive(Statement<?> statement)
Returns a
Publisher that, once subscribed to, executes the given query and emits all
the results. |
default ReactiveResultSet |
ReactiveSession.executeReactive(String query)
Returns a
Publisher that, once subscribed to, executes the given query and emits all
the results. |
default ReactiveResultSet |
ReactiveSession.executeReactive(String query,
Map<String,Object> values)
Returns a
Publisher that, once subscribed to, executes the given query and emits all
the results. |
default ReactiveResultSet |
ReactiveSession.executeReactive(String query,
Object... values)
Returns a
Publisher that, once subscribed to, executes the given query and emits all
the results. |
Copyright © 2017–2024. All rights reserved.