MillRpcClient

mill.rpc.MillRpcClient
See theMillRpcClient companion object
trait MillRpcClient[ClientToServer <: MillRpcMessage, ServerToClient <: MillRpcMessage] extends AutoCloseable

Connects and communicates with MillRpcServer.

Attributes

Companion
object
Source
MillRpcClient.scala
Graph
Supertypes
trait AutoCloseable
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def apply(input: ClientToServer): input.Response

Attributes

Source
MillRpcClient.scala
def withServerToClientHandler(handler: MillRpcChannel[ServerToClient]): Unit

Exchanges the ServerToClient message handler.

Exchanges the ServerToClient message handler.

Attributes

Source
MillRpcClient.scala

Inherited and Abstract methods

def close(): Unit

Attributes

Inherited from:
AutoCloseable