Skip to content

Added support for publishing notifications async#956

Draft
dbeuchler wants to merge 1 commit intofuturefrom
feature/async-notification-publish
Draft

Added support for publishing notifications async#956
dbeuchler wants to merge 1 commit intofuturefrom
feature/async-notification-publish

Conversation

@dbeuchler
Copy link
Member

@dbeuchler dbeuchler commented Jan 6, 2026

NotificationAdapter supports async publishing now. PublishAsync will return true if the notification was published and processed, and false if it was not processed before acknowledgement. It adds the ability to await the processing of the notification to get information (like texts) from the processed notification.

The implementation is a POC. For the 10.0.0 release, we could just add the methods to the INotificationAdapter interface as preparation and add feature implementation in 10.x. @1nf0rmagician does this make sense for you?

@dbeuchler dbeuchler self-assigned this Jan 6, 2026
@dbeuchler dbeuchler added the enhancement New feature or request label Jan 6, 2026
@dbeuchler dbeuchler force-pushed the feature/async-notification-publish branch from a37ee18 to 1a40316 Compare January 6, 2026 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant