ZChannel

scalapb.zio_grpc.ZChannel
See theZChannel companion object
class ZChannel[-R](val channel: ManagedChannel, interceptors: Seq[ZClientInterceptor[R]])

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def awaitTermination(duration: Duration): Task[Boolean]
def newCall[Req, Res](methodDescriptor: MethodDescriptor[Req, Res], options: CallOptions): UIO[ZClientCall[R, Req, Res]]
def provideEnvironment(r: ZEnvironment[R]): ZChannel[Any]
def shutdown(): Task[Unit]