PgMqDbAdapter
interface PgMqDbAdapter : QueryExecutor, QueryExecutor.Transactional, Migrator.QueryExecutor(source)
Adapter interface for interacting with PostgreSQL's message queue feature.
This interface provides methods for listening to database notifications and for executing SQL queries using prepared statements. It conforms to the QueryExecutor interface for executing statements and retrieving results, and the QueryExecutor.Transactional interface for managing transactions.