package channel
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- channel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final case class AddInterceptor(interceptors: ClientInterceptor*) extends ManagedChannelConfig with Product with Serializable
- final case class AddInterceptorList(interceptors: List[ClientInterceptor]) extends ManagedChannelConfig with Product with Serializable
- final case class DefaultLoadBalancingPolicy(policy: String) extends ManagedChannelConfig with Product with Serializable
- sealed trait ManagedChannelConfig extends Product with Serializable
- class ManagedChannelInterpreter[F[_]] extends AnyRef
- type ManagedChannelOps[F[_], A] = Kleisli[F, F[ManagedChannel], A]
- final case class OverrideAuthority(authority: String) extends ManagedChannelConfig with Product with Serializable
- final case class SetCompressorRegistry(registry: CompressorRegistry) extends ManagedChannelConfig with Product with Serializable
- final case class SetDecompressorRegistry(registry: DecompressorRegistry) extends ManagedChannelConfig with Product with Serializable
- final case class SetExecutor(executor: Executor) extends ManagedChannelConfig with Product with Serializable
- final case class SetIdleTimeout(value: Long, unit: TimeUnit) extends ManagedChannelConfig with Product with Serializable
- final case class SetMaxInboundMessageSize(max: Int) extends ManagedChannelConfig with Product with Serializable
- final case class UsePlaintext() extends ManagedChannelConfig with Product with Serializable
- final case class UserAgent(userAgent: String) extends ManagedChannelConfig with Product with Serializable
Value Members
- def configureChannel[T <: ManagedChannelBuilder[T]](mcb: T, conf: ManagedChannelConfig): T
- case object DirectExecutor extends ManagedChannelConfig with Product with Serializable