withMetadata

scalapb.zio_grpc.client.ClientCalls$.withMetadata$
object withMetadata

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def bidiCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: ZStream[Any, StatusException, Req]): ZStream[Any, StatusException, ResponseFrame[Res]]
def clientStreamingCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: ZStream[Any, StatusException, Req]): IO[StatusException, ResponseContext[Res]]
def serverStreamingCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: Req): ZStream[Any, StatusException, ResponseFrame[Res]]
def unaryCall[Req, Res](channel: ZChannel, method: MethodDescriptor[Req, Res], options: CallOptions, headers: SafeMetadata, req: Req): IO[StatusException, ResponseContext[Res]]