Function: defaultKernelResolver()
Function: defaultKernelResolver()
function defaultKernelResolver<U, V>(blueprint): Kernel<U, V>;
Default kernel resolver function.
This function resolves the kernel for the application, using the blueprint configuration. It creates a Kernel
instance with the given blueprint, logger, container, and an event emitter.
Type Parameters
U
U
extends IncomingEvent
V
V
extends OutgoingResponse
Parameters
blueprint
The blueprint configuration to use for the kernel.
Returns
Kernel
<U
, V
>
A Kernel
instance configured with the provided blueprint.