Class ProtocolModule

class: EngineModule

  • override this to register as module.

Hierarchy

  • ProtocolModule

Implements

Constructors

Properties

Methods

Constructors

Properties

engine: LemonEngine
service: ProtocolService = ...

Methods

  • initialize module with async

    • use level to determine the required level if level === undefined.
    • start init if level is matched.

    Returns

    the required level if !level.

    Parameters

    • Optional level: number

      the level of init. (starts 0)

    Returns Promise<number>

Generated using TypeDoc