Request

mill.javalib.zinc.ZincWorkerRpcServer.Request
case class Request(op: ZincOperation, reporterMode: ReporterMode, ctx: InvocationContext) extends Message

Attributes

Source
ZincWorkerRpcServer.scala
Graph
Supertypes
trait Serializable
trait Serializable
trait Product
trait Equals
trait Message
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type Response = op.Response

Attributes

Source
ZincWorkerRpcServer.scala

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Givens

Givens

override given responseRw: ReadWriter[Response]

Attributes

Source
ZincWorkerRpcServer.scala