Options
All
  • Public
  • Public/Protected
  • All
Menu

Class LinkAddressed<E>

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

Readonly body

body: Value

Readonly lane

lane: Uri

Readonly node

node: Uri

Readonly prio

prio: number

Readonly rate

rate: number

Accessors

tag

  • get tag(): string
  • Returns string

Methods

Protected Abstract copy

  • copy(node: Uri, lane: Uri, prio: number, rate: number, body: Value): E

debug

  • debug(output: Output<unknown>): void

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

toRecon

  • toRecon(): string
  • Returns string

toString

  • toString(): string
  • Returns string

toValue

withBody

withLane

withNode

withPrio

  • withPrio(prio: number): E

withRate

  • withRate(rate: number): E

Static fromValue

  • fromValue<E>(value: Value): null | E

Static parseRecon

  • parseRecon(input: string): null | Envelope
  • Parameters

    • input: string

    Returns null | Envelope

Generated using TypeDoc