MillRpcServerToClient
mill.rpc.MillRpcServerToClient
Protocol messages that are sent from server to the client.
Attributes
- Source
- MillRpcServerToClient.scala
- Graph
-
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Enum entries
Server is asking the client to do something. Client should respond with MillRpcClientToServer.Response.
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
We want to send a message to be logged in the client.
Response to a MillRpcClientToServer.Ask which either succeeded or failed.
Response to a MillRpcClientToServer.Ask which either succeeded or failed.
Attributes
- Source
- MillRpcServerToClient.scala
We want to send a message to the client's stderr.
We want to send a message to the client's stdout.
In this article