mill.rpc.MillRpcWireTransport
See theMillRpcWireTransport companion object
trait MillRpcWireTransport extends AutoCloseable
Attributes
- Companion
- object
- Source
- MillRpcWireTransport.scala
- Graph
-
- Supertypes
-
trait AutoCloseableclass Objecttrait Matchableclass Any
- Known subtypes
Members list
Value members
Abstract methods
Human-readable name of the wire.
Reads one raw message from the wire.
Writes one raw message to the wire.
Concrete methods
def readAndTryToParse[A : Reader](log: String => Unit)(using evidence$1: Reader[A], typeName: TPrint[A]): Option[A]
Helper that reads a message from the wire and tries to parse it, logging along the way.
Helper that reads a message from the wire and tries to parse it, logging along the way.
Attributes
- Source
- MillRpcWireTransport.scala
final def readAndTryToParse[A : Reader](typeName: String, log: String => Unit, firstInvocation: Boolean): Option[A]
Helper that reads a message from the wire and tries to parse it, logging along the way.
Helper that reads a message from the wire and tries to parse it, logging along the way.
Attributes
- Source
- MillRpcWireTransport.scala
Helper that writes a message to the wire, logging along the way.
Helper that writes a message to the wire, logging along the way.
Attributes
- Source
- MillRpcWireTransport.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- AutoCloseable
In this article