Streamline specific Azure Service Bus message handler templates by adding ...Message...
to methods
#194
Labels
breaking-change
All issues related to code breaking changes.
enhancement
New feature or request
integration:service-bus
All issues concerning integration with Azure Service Bus
Milestone
Is your feature request related to a problem? Please describe.
The Azure Service Bus message handlers and fallback handlers have different methods regarding dead lettering, completing, and abandoning messages.
DeadLetterAsync
,CompleteAsync
, ect...DeadLetterMessageAsync
,CompleteMessageAsync
, ect...Describe the solution you'd like
Use across all methods the
...Message...
variant.The text was updated successfully, but these errors were encountered: