Response

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

Response to a MillRpcClientToServer.Ask which either succeeded or failed.

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