Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Azure Core event handling sample app #1127

Closed
wants to merge 12 commits into from

Conversation

vcolin7
Copy link
Member

@vcolin7 vcolin7 commented Jun 9, 2022

Created this to show how the APIs proposed in #1119 can be used by a developer.

vcolin7 added 9 commits May 24, 2022 19:25
- Removed `eventType` from the `Event` class.
- Made the `E` generic type in both `EventHandler` and `MulticastEventCollection` extend the `Event` class.
- Removed the `handleEvent(E event)` method from `MulticastEventCollection`.
…rom String to void. Changed `MulticastEventCollection.removeEventHandler()` to take an `EventHandler` instead of a `handlerId`.
 - Removed the Event class.
 - Renamed `MulticastEventCollection` to `EventHandlerCollection` and removed generics from class declaration.
…dler` instance to remove for all event types.
@vcolin7 vcolin7 added Client This issue points to a problem in the data-plane of the library. Azure.Core labels Jun 9, 2022
@vcolin7 vcolin7 requested review from JonathanGiles and srnagar June 9, 2022 03:49
@vcolin7 vcolin7 self-assigned this Jun 9, 2022
@vcolin7 vcolin7 force-pushed the azure-core-events-sample-app branch from beaeb0a to 186995b Compare June 9, 2022 03:54
…f the event type it's associated with to `MessagingClient`.
@vcolin7 vcolin7 closed this Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant