Class AresBaseManagerAbstract

Abstract base class for managers.

Hierarchy

Constructors

Properties

Accessors

Methods

Constructors

Properties

results: AresResults = ...

Results instance associated with the manager.

scope: LogScopes

Represents the scope of the logger, enabling categorization and filtering of log entries.

client: AresClient

Represents the client that instantiated this class.

Accessors

  • get isProduction(): boolean
  • Indicates whether the application is running in production mode.

    Returns boolean

    true if the application is running in production mode; otherwise, false.

Methods

  • Sets up the manager by supplying essential data and performing preparatory tasks.

    Parameters

    Returns Awaitable<void>

    Remarks

    Orchestrates the initialization process, encompassing the setup of foundational data and execution of preparatory tasks. This ensures that the manager is equipped to handle interactions and various operations effectively.

  • Sealed

    Initializes the manager.

    Parameters

    Returns Promise<void>

    Remarks

    This method should be called after creating an instance of the class to perform any necessary setup or initialization.

Generated using TypeDoc