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

#686: Move Rule management functions to separate class #820

Merged
merged 4 commits into from
Jan 10, 2025

Conversation

supereddie
Copy link
Contributor

Part 04 of refactoring the ServiceBusHelper class #686. This is a fairly straight-forward 'move code to different class' to simplify the changes.

This part is moving Rules 'management actions' - that is, actions for Rules that need the Microsoft.ServiceBus.NamespaceManager to work, or add/remove actions on Rules which can only be done via MessagingFactory.

In addition:

  • Add a general OnDeleted() method because some Rule events use a custom type RuleWrapper for ServiceBusHelperEventArgs.EntityInstance, which in turn is used in various UI Controls

@SeanFeldman SeanFeldman merged commit df05f3f into paolosalvatori:main Jan 10, 2025
2 checks passed
@supereddie supereddie deleted the features/refactor-04 branch January 10, 2025 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants