Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MiddlewareFactory<T>

Middlewares provided by Iridium, such as the Express one, derive from this interface.

internal

Type parameters

  • T

Hierarchy

  • MiddlewareFactory

Callable

  • __call(core: Core): T
  • Middlewares provided by Iridium, such as the Express one, derive from this interface.

    Parameters

    Returns T

Generated using TypeDoc