ZincWorkerRpcServer

mill.javalib.zinc.ZincWorkerRpcServer
See theZincWorkerRpcServer companion object
class ZincWorkerRpcServer(worker: ZincWorker, serverName: String, transport: MillRpcWireTransport, setIdle: SetIdle, writeToLocalLog: String => Unit) extends MillRpcServer[Initialize, Request, ServerToClient]

Attributes

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

Members list

Value members

Concrete methods

override def initialize(initialize: Initialize, log: Actions, clientStdout: RpcConsole, clientStderr: RpcConsole, serverToClient: MillRpcChannel[ServerToClient]): MillRpcChannel[Request]

Value parameters

initialize

First initialization message the client sends when it connects.

serverToClient

A channel to the client.

Attributes

Definition Classes
Source
ZincWorkerRpcServer.scala

Inherited methods

def run(): Unit

Attributes

Inherited from:
MillRpcServer
Source
MillRpcServer.scala

Inherited fields

Attributes

Inherited from:
MillRpcServer
Source
MillRpcServer.scala

Attributes

Inherited from:
MillRpcServer
Source
MillRpcServer.scala