Index
All Classes and Interfaces|All Packages
C
- com.helixframework.postgresql - package com.helixframework.postgresql
D
- DurableNotificationListener - Class in com.helixframework.postgresql
-
A durable listener that listens for Postgres notifications and provides them as a stream of Notification objects.
- DurableNotificationListener(DataSource) - Constructor for class com.helixframework.postgresql.DurableNotificationListener
-
Constructs a DurableNotificationListener with given dataSource and an infinite history size.
- DurableNotificationListener(DataSource, int) - Constructor for class com.helixframework.postgresql.DurableNotificationListener
-
Constructs a DurableNotificationListener with given dataSource and historySize.
G
- getAction() - Method in class com.helixframework.postgresql.Notification
- getChannel() - Method in class com.helixframework.postgresql.Notification
- getDbSchema() - Method in class com.helixframework.postgresql.Notification
- getOld() - Method in class com.helixframework.postgresql.Notification
- getRecord() - Method in class com.helixframework.postgresql.Notification
- getTable() - Method in class com.helixframework.postgresql.Notification
- getTimestamp() - Method in class com.helixframework.postgresql.Notification
L
- listen(String...) - Method in class com.helixframework.postgresql.DurableNotificationListener
-
Listens for notification from the specified channels and returns a Flux stream of notifications.
- listen(String...) - Method in class com.helixframework.postgresql.NotificationListener
N
- Notification - Class in com.helixframework.postgresql
- Notification() - Constructor for class com.helixframework.postgresql.Notification
- NotificationListener - Class in com.helixframework.postgresql
-
Listens for table change notifications from Postgres.
- NotificationListener(DataSource) - Constructor for class com.helixframework.postgresql.NotificationListener
S
- setAction(String) - Method in class com.helixframework.postgresql.Notification
- setChannel(String) - Method in class com.helixframework.postgresql.Notification
- setDbSchema(String) - Method in class com.helixframework.postgresql.Notification
- setOld(Map<String, Object>) - Method in class com.helixframework.postgresql.Notification
- setRecord(Map<String, Object>) - Method in class com.helixframework.postgresql.Notification
- setTable(String) - Method in class com.helixframework.postgresql.Notification
- setTimestamp(String) - Method in class com.helixframework.postgresql.Notification
T
- toString() - Method in class com.helixframework.postgresql.Notification
All Classes and Interfaces|All Packages