Skip to content

Commit

Permalink
javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Moran <152873392+thomas-swirlds-labs@users.noreply.github.com>
  • Loading branch information
thomas-swirlds-labs committed Sep 16, 2024
1 parent d689db4 commit abaab50
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
* unless both are 0. Must be a value between 0 and 65535, inclusive.
* @param workflowsPort Deprecated
* @param workflowsTlsPort Deprecated
* @param maxMessageSize The maximum message size in bytes that the server can receive. Must be non-negative. Defaults to 4MB.
* @param maxResponseSize The maximum message size in bytes that the server can send in the response. Must be non-negative. Defaults to 4MB.
* @param noopMarshallerMaxMessageSize The maximum message size in bytes that the server can receive when using a no-op serialization strategy. Must be non-negative. Defaults to 4MB.
* @param maxMessageSize The maximum message size in bytes that the server can receive. Must be non-negative.
* @param maxResponseSize The maximum message size in bytes that the server can send in the response.
* Must be non-negative. Defaults to 4MB.
* @param noopMarshallerMaxMessageSize The maximum message size in bytes that the server can receive when using a no-op
* serialization strategy. Must be non-negative. Defaults to 4MB.
*/
@ConfigData("grpc")
public record GrpcConfig(
Expand Down

0 comments on commit abaab50

Please sign in to comment.