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.
- Message handler uses
DeadLetterAsync, CompleteAsync, ect...
- Fallback message handler uses
DeadLetterMessageAsync, CompleteMessageAsync, ect...
Describe the solution you'd like
Use across all methods the ...Message... variant.
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.