Response

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

Response to server's MillRpcServerToClient.Ask which either succeeded or failed.

Attributes

Source
MillRpcClientToServer.scala

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product