Peer

class Peer(val incoming: DataSourceConfigurationProperties.Incoming?, val outgoing: List<String> = emptyList(), val requiredServices: List<String> = emptyList(), val devOverride: Boolean = false)(source)

Constructors

Link copied to clipboard
constructor(incoming: DataSourceConfigurationProperties.Incoming?, outgoing: List<String> = emptyList(), requiredServices: List<String> = emptyList(), devOverride: Boolean = false)

Properties

Link copied to clipboard
val devOverride: Boolean = false

All connections from this peer should act as a development override for the remote side

Link copied to clipboard

A list of outgoing peer connections in the format ws://:. If the ws:// prefix is not present, the connection will be a plain TCP connection.

Link copied to clipboard

A list of services required

Functions

Link copied to clipboard
open override fun toString(): String