OptionalerrorError handlers used to manage and report errors that occur within the kernel. These handlers can be used to customize error handling behavior and logging.
OptionaleventThe main event handler for the application. Every Stone.js application must have a main event handler.
OptionalmiddlewareMiddleware configuration options for different stages of the kernel's lifecycle.
OptionalresponseThe response resolver, used to create instances of the response object.
OptionalskipA flag indicating whether to skip middleware processing. This flag can be used to bypass middleware processing in the kernel.
Kernel options.
This interface defines the configuration for kernel-level options.