Uses of Class
dk.cloudcreate.essentials.components.foundation.postgresql.MultiTableChangeListener
-
Packages that use MultiTableChangeListener Package Description dk.cloudcreate.essentials.components.foundation.postgresql -
-
Uses of MultiTableChangeListener in dk.cloudcreate.essentials.components.foundation.postgresql
Methods in dk.cloudcreate.essentials.components.foundation.postgresql that return MultiTableChangeListener Modifier and Type Method Description MultiTableChangeListenerMultiTableChangeListener. listenToNotificationsFor(String tableName, Class<? extends T> tableNotificationType)Start listening for notifications related to changes to the given table
Note: Remember to install the notification support, usingListenNotify.addChangeNotificationTriggerToTable(Handle, String, List, String...), prior to using this methodMultiTableChangeListenerMultiTableChangeListener. unlistenToNotificationsFor(String tableName)Stop listening for notifications related to changes to the given table
-