peerService top-level constant

String const peerService

peer* tags can be emitted by either client-side of server-side to describe the other side/service in a peer-to-peer communications, like an RPC call. Identifies the service name of the peer.

Implementation

/// Identifies the service name of the peer.
const String peerService = 'peer.service';