Commit 698d7f7
[Service Bus] Clarify what retry options govern (Azure#38146)
* [Service Bus] Clarify what retry options govern
The focus of these changes is to add text to clarify what the `ServiceBusClientOptions.RetryOptions` govern and explicitly mention that developers are responsible for handling failures and performing retries for message processing done by the application.
* Update sdk/servicebus/Azure.Messaging.ServiceBus/src/Client/ServiceBusClientOptions.cs
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>
* Reword to incorporate feedback
* Remove trailing whitespace
* Trailing whitespace (again)
---------
Co-authored-by: JoshLove-msft <54595583+JoshLove-msft@users.noreply.github.com>1 parent f738f6a commit 698d7f7
File tree
1 file changed
+7
-2
lines changed- sdk/servicebus/Azure.Messaging.ServiceBus/src/Client
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
93 | 98 | | |
94 | 99 | | |
95 | 100 | | |
| |||
0 commit comments