Interface FeatureServiceRegistryOptions

Hierarchy

  • FeatureServiceRegistryOptions

Properties

externalsValidator?: ExternalsValidator

If the FeatureAppManager is configured with a FeatureAppManagerOptions.moduleLoader, to load Feature Apps from a remote location that also provide their own Feature Services, i.e. the Feature Services are included in a different bundle than the integrator bundle, it might make sense to validate external dependencies that are required by those Feature Services against the shared dependencies that are provided by the integrator. This makes it possible that an error is already thrown when registering a Feature Service with incompatible external dependencies, and thus enables early feedback as to whether a Feature Service is compatible with the integration environment.

logger?: Logger

A custom logger that shall be used instead of console.

Generated using TypeDoc