@grandlinex/core
    Preparing search index...

    Class CoreModule

    CoreModule is the primary module that orchestrates the core services of the application. It extends CoreKernelModule with specific type parameters and implements ICoreModule. The module is responsible for initializing the core database, setting up an in-memory cache, and registering essential background services.

    ICoreModule

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    cdb: CoreDBCon<any, any>
    channel: string
    logger: CoreLogger | null
    trigger?: () => Promise<void>

    Optional trigger function to be executed during registration.

    Methods

    • Registers the module, actions, and services.

      Parameters

      • Optionalaction: string

        Optional kernel event to trigger

      Returns Promise<void>