Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Pipeline

Package version

A Pipeline class containing HTTP request policies. You can create a default Pipeline by calling newPipeline. Or you can create a Pipeline with your own policies by the constructor of Pipeline.

Refer to newPipeline and provided policies before implementing your customized Pipeline.

export
class

Pipeline

Hierarchy

  • Pipeline

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

factories

A list of chained request policy factories.

type

{RequestPolicyFactory[]}

memberof

Pipeline

options

options: PipelineOptions

Configures pipeline logger and HTTP client.

type

{PipelineOptions}

memberof

Pipeline

Methods

toServiceClientOptions

Generated using TypeDoc