Uses of Interface
org.springframework.data.cassandra.core.cql.AsyncSessionCallback
Packages that use AsyncSessionCallback
-
Uses of AsyncSessionCallback in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql with parameters of type AsyncSessionCallbackModifier and TypeMethodDescription<T> CompletableFuture<T>AsyncCqlOperations.execute(AsyncSessionCallback<T> action) Execute a CQL data access operation, implemented as callback action working on aCqlSession.<T> CompletableFuture<T>AsyncCqlTemplate.execute(AsyncSessionCallback<T> action)