Uses of Class
dk.cloudcreate.essentials.components.foundation.postgresql.TableChangeNotification
Packages that use TableChangeNotification
-
Uses of TableChangeNotification in dk.cloudcreate.essentials.components.foundation.postgresql
Classes in dk.cloudcreate.essentials.components.foundation.postgresql with type parameters of type TableChangeNotificationModifier and TypeClassDescriptionfinal classMultiTableChangeListener<T extends TableChangeNotification>Variant ofListenNotify.listen(Jdbi, String, Duration)that allows you to listen for notifications from multiple tables using a single polling thread Security It is the responsibility of the user of this component to sanitize any table or column names provided to methods in this class to ensure the security of all the SQL statements generated by this component.