Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MsgPackExtensionManager

Handles the global registration of custom MsgPackR extensions required for the default RPC communication. MsgPackR extensions are installed globally on both ends of the communication channel. (frontend-backend, pluginExt-pluginMain). Is implemented as singleton as it is also used in plugin child processes which have no access to inversify.

Hierarchy

  • MsgPackExtensionManager

Index

Constructors

Properties

extensions: Map<number, MsgPackExtension> = ...
INSTANCE: MsgPackExtensionManager = ...

Methods