Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • GlobalProvider

Index

Constructors

constructor

Accessors

configurationMapping

  • get configurationMapping(): object

host

  • get host(): string

Methods

addDependency

  • addDependency(src: string, dst: string): void

addEndPoint

addWhenCallback

  • addWhenCallback(name: string[], callback: any): void
  • Provides the callback when some operations happen.

    Parameters

    • name: string[]
    • callback: any

    Returns void

cleanMountedFeatures

  • cleanMountedFeatures(): void

cleanupCache

  • cleanupCache(): void

destroy

  • destroy(): void

getConfiguration

  • getConfiguration(endPointKey: string): any
  • Get the underlying configuration for an endpoint.

    Parameters

    • endPointKey: string

    Returns any

getEndPoint

  • getEndPoint(name: string, ignoreCache?: boolean): any
  • Retrieves the endpoint by the given name.

    Parameters

    • name: string
    • Optional ignoreCache: boolean

    Returns any

Generated using TypeDoc