Uses of Class
dk.cloudcreate.essentials.components.foundation.postgresql.MultiTableChangeListener
Packages that use MultiTableChangeListener
-
Uses of MultiTableChangeListener in dk.cloudcreate.essentials.components.foundation.postgresql
Methods in dk.cloudcreate.essentials.components.foundation.postgresql that return MultiTableChangeListenerModifier and TypeMethodDescriptionMultiTableChangeListener.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 methodMultiTableChangeListener.unlistenToNotificationsFor(String tableName) Stop listening for notifications related to changes to the given table