mill.javalib.zinc.ZincWorkerRpcServer.ServerToClient
See theServerToClient companion trait
object ServerToClient
Attributes
- Companion
- trait
- Source
- ZincWorkerRpcServer.scala
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
ServerToClient.type
Members list
Type members
Classlikes
case class AcquireZincCompilerBridge(scalaVersion: String, scalaOrganization: String) extends ServerToClient
Attributes
- Source
- ZincWorkerRpcServer.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait ServerToClienttrait MillRpcMessageclass Objecttrait Matchableclass AnyShow all
case class ReportCompilationProblem(compilationRequestId: MillRpcRequestId, problem: RpcCompileProblemReporterMessage) extends ServerToClient, NoResponse
Value parameters
- compilationRequestId
-
request id for the message requesting the compilation.
Attributes
- Source
- ZincWorkerRpcServer.scala
- Supertypes
-
trait Serializabletrait Serializabletrait Producttrait Equalstrait NoResponsetrait ServerToClienttrait MillRpcMessageclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The name of the type
Givens
Givens
Attributes
- Source
- ZincWorkerRpcServer.scala
In this article