arcus-azure/arcus.messaging

Streamline specific Azure Service Bus message handler templates by adding `...Message...` to methods

Closed this issue · 0 comments

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.