Package

higherkindness.mu.rpc

channel

Permalink

package channel

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

Type Members

  1. final case class AddInterceptor(interceptors: ClientInterceptor*) extends ManagedChannelConfig with Product with Serializable

    Permalink
  2. final case class AddInterceptorList(interceptors: List[ClientInterceptor]) extends ManagedChannelConfig with Product with Serializable

    Permalink
  3. final case class LoadBalancerFactory(lbFactory: Factory) extends ManagedChannelConfig with Product with Serializable

    Permalink
  4. sealed trait ManagedChannelConfig extends Product with Serializable

    Permalink
  5. class ManagedChannelInterpreter[F[_]] extends AnyRef

    Permalink
  6. type ManagedChannelOps[F[_], A] = Kleisli[F, F[ManagedChannel], A]

    Permalink
  7. final case class NameResolverFactory(resolverFactory: Factory) extends ManagedChannelConfig with Product with Serializable

    Permalink
  8. final case class OverrideAuthority(authority: String) extends ManagedChannelConfig with Product with Serializable

    Permalink
  9. final case class SetCompressorRegistry(registry: CompressorRegistry) extends ManagedChannelConfig with Product with Serializable

    Permalink
  10. final case class SetDecompressorRegistry(registry: DecompressorRegistry) extends ManagedChannelConfig with Product with Serializable

    Permalink
  11. final case class SetExecutor(executor: Executor) extends ManagedChannelConfig with Product with Serializable

    Permalink
  12. final case class SetIdleTimeout(value: Long, unit: TimeUnit) extends ManagedChannelConfig with Product with Serializable

    Permalink
  13. final case class SetMaxInboundMessageSize(max: Int) extends ManagedChannelConfig with Product with Serializable

    Permalink
  14. final case class UsePlaintext() extends ManagedChannelConfig with Product with Serializable

    Permalink
  15. final case class UserAgent(userAgent: String) extends ManagedChannelConfig with Product with Serializable

    Permalink

Value Members

  1. object DirectExecutor extends ManagedChannelConfig with Product with Serializable

    Permalink
  2. def configureChannel[T <: ManagedChannelBuilder[T]](mcb: T, conf: ManagedChannelConfig): T

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped