Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TransportFunction

Hierarchy

  • TransportFunction

Callable

  • TransportFunction(message: Message<string>, options?: Options): Promise<unknown>
  • TransportFunction is an invokable interface provided to the emitterFactory. A TransportFunction's responsiblity is to send a JSON encoded event Message across the wire.

    interface

    Parameters

    Returns Promise<unknown>

Generated using TypeDoc