@grandlinex/core
    Preparing search index...

    Class CoreBundleModule<K, T, P, C, E>Abstract

    An abstract base class for modules that need to perform bundle‑level initialization within the kernel. It extends CoreKernelModule and supplies a standard constructor that assigns the module name and kernel reference while also setting the module’s trigger handler to the initBundleModule method.

    Type Parameters

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Optional trigger function to be executed during registration.

    Methods