ClientCalls

scalapb.zio_grpc.client.ClientCalls$
object ClientCalls

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object withMetadata

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def anyExitHandler[Req, Res](call: ZClientCall[Req, Res]): (Any, Exit[Any, Any]) => ZIO[Any, Nothing, Option[Unit]]
def bidiCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: ZStream[Any, StatusException, Req]): ZStream[Any, StatusException, Res]
def clientStreamingCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: ZStream[Any, StatusException, Req]): IO[StatusException, Res]
def exitHandler[Req, Res](call: ZClientCall[Req, Res])(l: Any, ex: Exit[StatusException, Any]): ZIO[Any, Nothing, Option[Unit]]
def serverStreamingCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: Req): ZStream[Any, StatusException, Res]
def unaryCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: Req): IO[StatusException, Res]