MillRpcRequestId

mill.rpc.MillRpcRequestId
See theMillRpcRequestId companion object
case class MillRpcRequestId

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
MillRpcRequestId.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product