package shardcake
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- shardcake
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class GrpcConfig(maxInboundMessageSize: Int) extends Product with Serializable
The configuration for the gRPC client.
The configuration for the gRPC client.
- maxInboundMessageSize
the maximum message size allowed to be received by the grpc client
- class GrpcPods extends Pods
- abstract class GrpcShardingService extends ZShardingService[Sharding, Any]
- type ShardId = Int
Value Members
- object GrpcConfig extends Serializable
- object GrpcPods
- object GrpcShardingService