Package | Description |
---|---|
com.datastax.dse.driver.api.core.cql.continuous.reactive |
Modifier and Type | Method and Description |
---|---|
default ContinuousReactiveResultSet |
ContinuousReactiveSession.executeContinuouslyReactive(Statement<?> statement)
Returns a
Publisher that, once subscribed to, executes the given query continuously and
emits all the results. |
default ContinuousReactiveResultSet |
ContinuousReactiveSession.executeContinuouslyReactive(String query)
Returns a
Publisher that, once subscribed to, executes the given query continuously and
emits all the results. |
Copyright © 2017–2024. All rights reserved.