scalapb.zio_grpc.server

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class ZServerCall[Res](call: ServerCall[_, Res], canSend: TSemaphore)

Wrapper around io.grpc.ServerCall that lifts its effects into ZIO values

Wrapper around io.grpc.ServerCall that lifts its effects into ZIO values

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
class ZServerCallHandler[Req, Res](runtime: Runtime[Any], mkListener: (ZServerCall[Res], RequestContext) => UIO[Listener[Req]]) extends ServerCallHandler[Req, Res]

Attributes

Companion:
object
Graph
Supertypes
trait ServerCallHandler[Req, Res]
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type