Packages

p

com.devsisters

shardcake

package shardcake

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. shardcake
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Package Members

  1. package protobuf

Type Members

  1. type EpochMillis = Long
  2. case class GrpcConfig(maxInboundMessageSize: Int, executor: Option[Executor], shutdownTimeout: zio.Duration, interceptors: Seq[ZClientInterceptor]) 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

    executor

    a custom executor to pass to grpc-java when creating gRPC clients and servers

    shutdownTimeout

    the timeout to wait for the gRPC server to shutdown before forcefully shutting it down

    interceptors

    the interceptors to be used by the gRPC client, e.g for adding tracing or logging

  3. class GrpcPods extends Pods
  4. abstract class GrpcShardingService extends ShardingService
  5. type ShardId = Int

Value Members

  1. object GrpcConfig extends Serializable
  2. object GrpcPods
  3. object GrpcShardingService

Inherited from AnyRef

Inherited from Any

Ungrouped