Uses of Interface
org.springframework.data.cassandra.core.cql.ReactiveStatementCallback
-
Uses of ReactiveStatementCallback in org.springframework.data.cassandra.core.cql
Modifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Flux<T>
ReactiveCqlTemplate.createFlux
(com.datastax.oss.driver.api.core.cql.Statement<?> statement, ReactiveStatementCallback<T> callback) Create a reusableFlux
given aReactiveStatementCallback
without exception translation.protected <T> reactor.core.publisher.Mono<T>
ReactiveCqlTemplate.createMono
(com.datastax.oss.driver.api.core.cql.Statement<?> statement, ReactiveStatementCallback<T> callback) Create a reusableMono
given aReactiveStatementCallback
without exception translation.