MillRpcServer

mill.rpc.MillRpcServer
See theMillRpcServer companion trait
object MillRpcServer

Attributes

Companion
trait
Source
MillRpcServer.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def create[Initialize : Reader, ClientToServer <: MillRpcMessage : Reader, ServerToClient <: MillRpcMessage : Writer](serverName: String, wireTransport: MillRpcWireTransport, writeToLocalLog: String => Unit)(initializer: (Initialize, Actions, RpcConsole, RpcConsole, MillRpcChannel[ServerToClient]) => MillRpcChannel[ClientToServer]): MillRpcServer[Initialize, ClientToServer, ServerToClient]

Attributes

Source
MillRpcServer.scala