Skip to content

Commit

Permalink
Add docs to new config variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenW committed Jun 18, 2024
1 parent 78a486c commit 8a63b4d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import java.util.concurrent.Executor
* @param maxInboundMessageSize the maximum message size allowed to be received by the grpc client
* @param executor a custom executor to pass to grpc-java when creating gRPC clients and servers
* @param shutdownTimeout the timeout to wait for the gRPC server to shutdown before forcefully shutting it down
* @param interceptors the interceptors to be used by the gRPC client, e.g for adding tracing or logging
*/
case class GrpcConfig(
maxInboundMessageSize: Int,
Expand Down

0 comments on commit 8a63b4d

Please sign in to comment.