Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HostAddressed

Hierarchy

Implements

Index

Constructors

constructor

Methods

body

  • body(): Value
  • body(body: AnyValue): this

Protected Abstract copy

  • copy(body: Value): this

debug

equals

  • equals(that: unknown): boolean

hashCode

  • hashCode(): number

lane

node

prio

  • prio(): number
  • prio(prio: number): this

rate

  • rate(): number
  • rate(rate: number): this

tag

  • tag(): string

toRecon

  • toRecon(): string

toString

  • toString(): string

toValue

  • toValue(): Value

Static fromValue

  • fromValue(value: Value, E?: undefined | object): HostAddressed | undefined

Static parseRecon

  • parseRecon(input: string): Envelope | undefined