Stone.js API
    Preparing search index...

    Type Alias KernelResolver<TEvent, UResponse>

    KernelResolver: (
        blueprint: IBlueprint,
    ) => ILifecycleAdapterEventHandler<TEvent, UResponse>

    KernelResolver Type.

    Represents a function that resolves a lifecycle event handler based on the provided blueprint.

    Type Parameters

    Type Declaration