PSQLConnection.notificationCallback

NotificationResponse messages will be parsed and passed to this callback during 'pollMessages' call. https://www.postgresql.org/docs/9.5/static/sql-notify.html

class PSQLConnection(SocketT = StdSocket, alias logTrace = nop_logger, alias logError = nop_logger)
bool delegate(typeof(this) con, Notification n) nothrow @safe notificationCallback;

Meta