Uses of Interface
org.springframework.data.cassandra.core.cql.ReactiveSessionCallback
Packages that use ReactiveSessionCallback
-
Uses of ReactiveSessionCallback in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql with parameters of type ReactiveSessionCallbackModifier and TypeMethodDescriptionprotected <T> Flux<T>ReactiveCqlTemplate.createFlux(ReactiveSessionCallback<T> callback) Create a reusableFluxgiven aReactiveSessionCallbackwithout exception translation.<T> Flux<T>ReactiveCqlOperations.execute(ReactiveSessionCallback<T> action) Execute a CQL data access operation, implemented as callback action working on aReactiveSession.<T> Flux<T>ReactiveCqlTemplate.execute(ReactiveSessionCallback<T> action)