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

Consider adding EntityPath and FullyQualifiedNamespace to the various processor event args #29089

Closed
JoshLove-msft opened this issue May 26, 2022 · 1 comment · Fixed by #31883
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Milestone

Comments

@JoshLove-msft
Copy link
Member

JoshLove-msft commented May 26, 2022

Currently, these are only available in ProcessErrorEventArgs, but it can be helpful to have it on all event args if customers are reusing the same handler for various entities.

.NET issue - Azure/azure-sdk-for-net#28769

@JoshLove-msft JoshLove-msft added Client This issue points to a problem in the data-plane of the library. Service Bus labels May 26, 2022
@JoshLove-msft JoshLove-msft added this to the [2022] July milestone May 26, 2022
@JoshLove-msft
Copy link
Member Author

JoshLove-msft commented May 26, 2022

I think the equivalent place for ProcessMessageEventArgs in Java is the ServiceBusReceivedMessageContext.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus
Projects
Status: Done
2 participants