github.com/jackc/pgconn.Config.OnNotification (field)

5 uses

	github.com/jackc/pgconn (current package)
		config.go#L59: 	OnNotification NotificationHandler
		pgconn.go#L504: 		if pgConn.config.OnNotification != nil {
		pgconn.go#L505: 			pgConn.config.OnNotification(pgConn, &Notification{PID: msg.PID, Channel: msg.Channel, Payload: msg.Payload})

	github.com/jackc/pgx/v4
		conn.go#L211: 	if config.Config.OnNotification == nil {
		conn.go#L212: 		config.Config.OnNotification = c.bufferNotifications