Skip to content

Commit

Permalink
Fix scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenW committed Jun 18, 2024
1 parent 8cdc4eb commit 6c3729f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ 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,
executor: Option[Executor],
shutdownTimeout: Duration,
/**
* The interceptors to be used by the gRPC client.
* Can be used for e.g adding tracing or logging to the grpc client.
*/
interceptors: Seq[ZClientInterceptor]
)

Expand Down

0 comments on commit 6c3729f

Please sign in to comment.