Enumeration Members

ApiFactory: 2

Method that returns a new remote api object (synchronously). Should only be used for methods that cannot throw.

HotObservable: 1

Exposing this observable:

  • subscribes immediately
  • shares a single underlying subscription for all connections
  • replays 1 last emitted value upon connection
MethodReturningPromise: 0

Methods might throw RemoteApiShutdownError when attempting to call a method on remote api object that was previously shutdown.

Generated using TypeDoc