Uses of Interface
org.springframework.data.cassandra.core.cql.legacy.AsyncSessionCallback
Packages that use AsyncSessionCallback
Package
Description
CQL legacy core asynchronous support for easier migration.
-
Uses of AsyncSessionCallback in org.springframework.data.cassandra.core.cql.legacy
Methods in org.springframework.data.cassandra.core.cql.legacy with parameters of type AsyncSessionCallbackModifier and TypeMethodDescription<T> ListenableFuture<T>AsyncCqlOperations.execute(AsyncSessionCallback<T> action) Deprecated, for removal: This API element is subject to removal in a future version.Execute a CQL data access operation, implemented as callback action working on aCqlSession.<T> ListenableFuture<T>AsyncCqlTemplate.execute(AsyncSessionCallback<T> action) Deprecated, for removal: This API element is subject to removal in a future version.