Uses of Interface
org.springframework.data.cassandra.core.cql.ReactiveStatementCallback
Packages that use ReactiveStatementCallback
-
Uses of ReactiveStatementCallback in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql with parameters of type ReactiveStatementCallbackModifier and TypeMethodDescriptionprotected <T> reactor.core.publisher.Flux<T>ReactiveCqlTemplate.createFlux(com.datastax.oss.driver.api.core.cql.Statement<?> statement, ReactiveStatementCallback<T> callback) Create a reusableFluxgiven aReactiveStatementCallbackwithout 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 reusableMonogiven aReactiveStatementCallbackwithout exception translation.