Stone.js API
    Preparing search index...

    Class Kernel<IncomingEventType, OutgoingResponseType>

    Class representing a Kernel.

    The Kernel class is responsible for managing the main lifecycle of the application, including middleware registration and provider management. It manages the initialization, registration, and booting of the components required for a fully functional application.

    Mr. Stone evensstone@gmail.com

    Type Parameters

    Implements

    Index
    • Boot the providers. Invoke subsequent hooks. Note: Execution order is important here, never change it.

      Returns Promise<void>

    • Populate the context with the given bindings. The context here is the service container. Invoke subsequent hooks. Note: Execution order is important here, never change it.

      Returns Promise<void>