ZChannel

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def awaitTermination(duration: Duration): Task[Boolean]
def newCall[Req, Res](methodDescriptor: MethodDescriptor[Req, Res], options: CallOptions): UIO[ZClientCall[Req, Res]]
def shutdown(): Task[Unit]