forked from Azure/azure-sdk-for-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eg add response methods (Azure#41879)
* Add WithResponse methods Add missing withResponse methods for sending/receiving with a `RequestOptions`. Also ensure HTTP timeouts are set properly. * remove a couple extra methods * make `addTimeoutToContext` helper method package-private * remove extra comments * fix comment * just call the other method * Add a little buffer to the http timeout in the default case. * run tsp-client update to pick up formatting fixes * add a comment about how fractional seconds are handled.
- Loading branch information
Showing
7 changed files
with
471 additions
and
141 deletions.
There are no files selected for viewing
176 changes: 155 additions & 21 deletions
176
.../src/main/java/com/azure/messaging/eventgrid/namespaces/EventGridReceiverAsyncClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
189 changes: 167 additions & 22 deletions
189
...paces/src/main/java/com/azure/messaging/eventgrid/namespaces/EventGridReceiverClient.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.