MillRpcServerImpl

mill.rpc.MillRpcServerImpl
trait MillRpcServerImpl[Initialize, ClientToServer <: MillRpcMessage, ServerToClient <: MillRpcMessage](serverName: String, wireTransport: MillRpcWireTransport, writeToLocalLog: String => Unit)(using evidence$1: Reader[Initialize], evidence$2: Reader[ClientToServer], evidence$3: Writer[ServerToClient]) extends MillRpcServer[Initialize, ClientToServer, ServerToClient]

Default implementation for the MillRpcServer.

Attributes

Source
MillRpcServer.scala
Graph
Supertypes
trait MillRpcServer[Initialize, ClientToServer, ServerToClient]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def run(): Unit

Starts listening for messages, blocking the thread.

Starts listening for messages, blocking the thread.

Attributes

Source
MillRpcServer.scala

Concrete fields