Package dk.cloudcreate.essentials.components.foundation.postgresql
package dk.cloudcreate.essentials.components.foundation.postgresql
-
ClassDescriptionHelper class for setting up the NOTIFY part of the classical Postgresql LISTEN/NOTIFY concept.
See https://jdbc.postgresql.org/documentation/81/listennotify.html and
https://www.postgresql.org/docs/current/sql-notify.htmlMultiTableChangeListener<T extends TableChangeNotification>Variant ofListenNotify.listen(Jdbi, String, Duration)that allows you to listen for notifications from multiple tables using a single polling threadLog the execution time for SQL statementsRepresents a base notification, which is a change to a given table caused by a specificListenNotify.SqlOperation