MillRpcClient

mill.rpc.MillRpcClient
See theMillRpcClient companion trait
object MillRpcClient

Attributes

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

Members list

Value members

Concrete methods

def create[Initialize : Writer, ClientToServer <: MillRpcMessage : Writer, ServerToClient <: MillRpcMessage : Reader](initialize: Initialize, wireTransport: MillRpcWireTransport, log: Actions, stdout: Message => Unit, stderr: Message => Unit)(serverMessageHandler: MillRpcChannel[ServerToClient]): MillRpcClient[ClientToServer, ServerToClient]

Attributes

Source
MillRpcClient.scala