DaemonEndpoint

case class DaemonEndpoint(Port: Int)

DaemonEndpoint contains information about a single Daemon endpoint.

Value parameters:
Port

Port number of the given endpoint.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Port number of the given endpoint.

Port number of the given endpoint.

This effect always succeeds, it is safe to use the field Port directly.

Inherited methods

Inherited from:
Product