Skip to content

Host

  • FlareHost Composition root of a Flare application.
  • FlareService Injectable base class for services that participate in the application lifecycle.
  • FlareBase Root injectable base class extended by all controllers, middleware, error handlers, and services.
  • ServiceToken Class reference used as the identity key for a service in the container and registration map.
  • defineHostExtension Defines a first-class host extension.
  • FlareBase Root injectable base class extended by all controllers, middleware, error handlers, and services.
  • FlareHost Composition root of a Flare application.
  • FlareService Injectable base class for services that participate in the application lifecycle.
  • HostExtension Descriptor produced by defineHostExtension and passed to the FlareHost constructor to opt a host into the extension.
  • HostExtensionContext Narrow composition surface handed to a host extension installer.
  • FlareApp Compiled application instance returned by FlareHost.build, typed to the host runtime.
  • HostState Lifecycle state of a FlareHost, observable via FlareHost.state.
  • ServiceToken Class reference used as the identity key for a service in the container and registration map.

Last updated: