Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ModuleRegistrationFluency

Interface for fluently registering kernel modules into the kernel.

Hierarchy

  • ModuleRegistrationFluency

Index

Properties

Properties

after

If no argument is provided, the module will be registered after the core module. If an argument is provided, the module will be registered after the other specified module.

param

Type declaration

before

If no argument is provided, the module will be registered before the core module. If an argument is provided, the module will be registered before the other specified module.

param

Type declaration

core

core: () => HTTPKernel

The module will be registered as the core handler for the request.

Type declaration

first

first: () => HTTPKernel

The module will be registered as the first module in the preflight.

Type declaration

last

last: () => HTTPKernel

The module will be registered as the last module in the postflight.

Type declaration

Extollo Logo

extollo (v. latin) - to lift up, to elevate

Extollo is a free & libre application framework in TypeScript.