Class DirectMessageBus<Msg, Peer, InMsg>

A message bus adapter that uses a unique topic for messaging with specific peer on a peer-aware message bus.

Type Parameters

Implements

Constructors

Properties

bus: MessageBus<Msg, InMsg, PeerAwareMessageOptions<Peer>>
id: string
peer: Peer
protocol: string = ...
self: Peer

Methods

  • Resolves a full topic ID to local topic ID.

    Parameters

    • Optional fullTopic: string

    Returns undefined | string

Generated using TypeDoc