Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a service discovery instance.

Hierarchy

  • ServiceDiscovery

Index

Methods

run

  • run(reportProgress?: boolean): Promise<PipelineItem[]>
  • Runs the service discovery.

    Parameters

    • reportProgress: boolean = false

      Whether to report progress in the cli.

    Returns Promise<PipelineItem[]>

setup

  • setup(options: Options): Promise<void>
  • Sets up the service discovery prior to a run.

    Parameters

    • options: Options

      Options to define the service discovery behaviour.

    Returns Promise<void>

Static getInstance

Generated using TypeDoc