servers

higherkindness.mu.rpc.testing.servers$
object servers

Attributes

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

Members list

Concise view

Type members

Classlikes

final case class ServerChannel(server: Server, channel: ManagedChannel)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

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

Value members

Concrete methods

def serverCallHandler[Req, Res]: ServerCallHandler[Req, Res]
def serverServiceDefinition(serviceName: String, methodList: List[String]): ServerServiceDefinition
def withServerChannel[F[_] : Sync](service: Resource[F, ServerServiceDefinition], clientInterceptor: Option[ClientInterceptor]): Resource[F, ServerChannel]
def withServerChannelList[F[_] : Sync](services: Resource[F, List[ServerServiceDefinition]], clientInterceptor: Option[ClientInterceptor]): Resource[F, ServerChannel]