Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConfigProvider<T>

Configuration provider.

Type Parameters

  • T

Hierarchy

  • ConfigProvider

Implemented by

Index

Methods

Methods

  • get(): Promise<T>
  • Gets the current configuration.

    Returns Promise<T>

  • set(config: T): Promise<void>
  • Sets a new configuarion.

    Parameters

    • config: T

      Configuration to be set.

    Returns Promise<void>