Interface AsyncCassandraTemplate.AsyncPreparedStatementHandler

All Superinterfaces:
AsyncPreparedStatementCreator, CqlProvider, PreparedStatementBinder
Enclosing class:
AsyncCassandraTemplate

public static interface AsyncCassandraTemplate.AsyncPreparedStatementHandler extends AsyncPreparedStatementCreator, PreparedStatementBinder, CqlProvider
General callback interface used to create and bind prepared CQL statements.

This interface prepares the CQL statement and sets values on a PreparedStatement as union-type comprised from AsyncPreparedStatementCreator, PreparedStatementBinder, and CqlProvider.

Since:
3.3.3