Server

Edit pageLast modified: 28 January 2025

Example of using a gRPC server:

  • GrpcServer allows to register multiple services, like regular RpcServer. However, CoroutineContext parameter is not needed and should not be used.

  • GrpcServer does not bind to Java gRPC Server, but provides some functions to cover for that.