-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the grpc config interface methods
Change getMaxMessageSize to getMaxReceivedMessageSize in IGrpcConfiguration. Change the return types of the IGrpcConfiguration methods that return lengths of time from integer to Duration. Change the internal representation of the grpc configuration values from Optionals to nullable objects, because Optional in Java is only meant for method return types.
- Loading branch information
Showing
4 changed files
with
234 additions
and
89 deletions.
There are no files selected for viewing
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.