Ask

mill.rpc.MillRpcServerToClient.Ask
final case class Ask[+Data](id: MillRpcRequestId, data: Data)

Server is asking the client to do something. Client should respond with MillRpcClientToServer.Response.

Value parameters

id

the request id server has assigned to this message.

Attributes

Source
MillRpcServerToClient.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product