-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ACS][CallAutomation] EventProcessor (#34879)
* Renaming EventProcessor and Removing option * Updating CallAutomation EventProcessor based on feedbacks: - Updated name to CallAutomationEventProcessor - WaitForEvent / WaitForSingleEvent renamed to be WaitForEventProcessor to be clear that it works with EventProcessor - Async / Sync method added for all WaitForEvent - Now supports CancellationToken - Timeout to be applied with CalleationToken (See readme for detail) - Unnessary abstract base classes removed, as they confuses developer (suggestion from review) - Some EventResult will have useful infos without looking at the returned event - CallAutomationOptions's option for event processor removed as its not needed anymore - Testings updated accordingly - Readme.md updated to show how to use EventProcessor * Updated api file * Updating api --------- Co-authored-by: Min Woo Lee 🧊 <77083090+minwoolee-ms@users.noreply.github.com>
- Loading branch information
1 parent
364c30f
commit 84355c5
Showing
37 changed files
with
713 additions
and
330 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.