NewVoidPushNotificationProcessor creates a new void push notification processor This processor does not maintain any handlers and always returns nil for all operations It is used for RESP2 connections where push notifications are not available It can also be used to disable push notifications for RE
()
| 17 | // It can also be used to disable push notifications for RESP3 connections, where |
| 18 | // it will discard all push notifications without processing them |
| 19 | func NewVoidPushNotificationProcessor() push.NotificationProcessor { |
| 20 | return push.NewVoidProcessor() |
| 21 | } |
no test coverage detected