Server

scalapb.zio_grpc.Server$
object Server

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Server.type

Members list

Concise view

Type members

Classlikes

trait Service

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromManaged(zm: ZIO[Scope, Throwable, Service]): ZLayer[Any, Throwable, Service]

Deprecated methods

def zmanaged(builder: => ServerBuilder[_]): ZIO[Scope, Throwable, Service]

Attributes

Deprecated
true
def zmanaged[R](builder: => ServerBuilder[_], services: URIO[R, List[ServerServiceDefinition]]): ZIO[R & Scope, Throwable, Service]

Attributes

Deprecated
true
def zmanaged[S0, R0](builder: => ServerBuilder[_], s0: S0)(implicit b0: ZBindableService[R0, S0]): ZIO[R0 & Scope, Throwable, Service]

Attributes

Deprecated
true
def zmanaged[R0, S0, R1, S1](builder: => ServerBuilder[_], s0: S0, s1: S1)(implicit b0: ZBindableService[R0, S0], b1: ZBindableService[R1, S1]): ZIO[R0 & R1 & Scope, Throwable, Service]

Attributes

Deprecated
true
def zmanaged[R0, S0, R1, S1, R2, S2](builder: => ServerBuilder[_], s0: S0, s1: S1, s2: S2)(implicit b0: ZBindableService[R0, S0], b1: ZBindableService[R1, S1], b2: ZBindableService[R2, S2]): ZIO[R0 & R1 & R2 & Scope, Throwable, Service]

Attributes

Deprecated
true