graviton.protocol.grpc.client
package graviton.protocol.grpc.client
Members list
Type members
Classlikes
trait UploadNodeGrpcClient
High-level gRPC client for orchestrating uploads against remote upload nodes.
High-level gRPC client for orchestrating uploads against remote upload nodes.
The implementation is intentionally decoupled from the generated service stub to keep the high level protocol testable without a live gRPC channel. The actual stub is provided through UploadServiceClient which should be backed by code generated via zio-grpc or a hand-written adapter in tests.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object UploadNodeGrpcClient
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UploadNodeGrpcClient.type
In this article