Stone.js API
    Preparing search index...

    Class representing a CoreServiceProvider.

    The CoreServiceProvider is responsible for managing the core services, listeners, subscribers, and adapters required by the application. It interacts with the service container to bind and resolve dependencies, ensuring all components are available when needed.

    Mr. Stone evensstone@gmail.com

    Implements

    Index
    • Boot core components.

      This method is used to bootstrap subscribers.

      Returns Promise<void>

    • Register core components in the service container.

      This method registers services, listeners, adapters, and aliases in the container.

      Returns void