public class DbNotificationClientQueueImpl extends Object implements DbNotificationClient
Constructor and Description |
---|
DbNotificationClientQueueImpl() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
DatabaseChangeNotifier |
getDatabaseChangeNotifier() |
Integer |
getMaxQueueLength() |
void |
init() |
void |
sendDbNotification(DbNotification dbNotification) |
void |
setChannelHandlingClients(Map<String,NotificationClient> channelHandlingClients) |
void |
setDatabaseChangeNotifier(DatabaseChangeNotifier databaseChangeNotifier) |
void |
setMaxQueueLength(Integer maxQueueLength) |
public void setChannelHandlingClients(Map<String,NotificationClient> channelHandlingClients)
channelHandlingClients
- the channelHandlingClients to setpublic void setDatabaseChangeNotifier(DatabaseChangeNotifier databaseChangeNotifier)
setDatabaseChangeNotifier
in interface DbNotificationClient
databaseChangeNotifier
- public DatabaseChangeNotifier getDatabaseChangeNotifier()
getDatabaseChangeNotifier
in interface DbNotificationClient
public Integer getMaxQueueLength()
public void setMaxQueueLength(Integer maxQueueLength)
public void init()
init
in interface NotificationClient
public void destroy()
destroy
in interface NotificationClient
public void sendDbNotification(DbNotification dbNotification)
sendDbNotification
in interface NotificationClient
Copyright © 2019. All rights reserved.