mill.rpc.MillRpcRequestId
See theMillRpcRequestId companion object
Sequential request ID that reflects the back-and-forth request flow between the server and the client.
For example:
// Client initiates a request
c0
// Server asks client for more data
c0:s0
// Client responds, server asks for even more data
c0:s1
// Client responds, server asks for even more data
c0:s2
// Client sends a request to server
c0:s2:c0
// Everyone responds, client sends a new request
c1
Attributes
- Companion
- object
- Source
- MillRpcRequestId.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article