Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerPluginRunner

Hierarchy

  • ServerPluginRunner

Index

Methods

  • acceptMessage(pluginHostId: string, jsonMessage: Uint8Array): boolean
  • clientClosed(): void
  • getExtraDeployedPluginIds(): Promise<`${string}.${string}@${string}`[]>
  • onMessage(pluginHostId: string, jsonMessage: Uint8Array): void