Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDartBridgeManager

System manager to support Dart-Bridge.

api-version

3

system

Hierarchy

Index

Methods

  • getRunningModules(packageNames: string[]): Promise<{ boundModuleNames: string[]; packageNamesToStop: string[] }>
  • Get running modules and get bounded modules.

    api-version

    3

    system

    Parameters

    • packageNames: string[]

      Target module's package name.

    Returns Promise<{ boundModuleNames: string[]; packageNamesToStop: string[] }>

    Return Fulfills with {@link packageNamesToStop} and {@link boundModuleNames}.

  • stopModules(packageNames: string[]): Promise<boolean>
  • Stop modules to migrate data.

    api-version

    3

    system

    Parameters

    • packageNames: string[]

      Target module's package name to stop.

    Returns Promise<boolean>

    Return Fulfills with true if the request has been operated successfully, otherwise false.

Generated using TypeDoc