Interface ReactiveStatementCallback<T>

Type Parameters:
T -
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ReactiveStatementCallback<T>
Generic callback interface for code that operates on a CQL Statement. Allows to execute any number of operations on a single Statement, for example a single ReactiveSession.execute(Statement).

Used internally by ReactiveCqlTemplate, but also useful for application code.

Since:
2.0
Author:
Mark Paluch