MillRpcServer

mill.rpc.MillRpcServer
See theMillRpcServer companion object
trait MillRpcServer[Initialize, ClientToServer <: MillRpcMessage, ServerToClient <: MillRpcMessage]()

Attributes

Companion
object
Source
MillRpcServer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait MillRpcServerImpl[Initialize, ClientToServer, ServerToClient]

Members list

Value members

Abstract methods

def run(): Unit

Starts listening for messages, blocking the thread.

Starts listening for messages, blocking the thread.

Attributes

Source
MillRpcServer.scala