Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericRequestHandlerChain<Input, Output>

Generic implementation of RequestHandlerChain.

Type parameters

  • Input

  • Output

Hierarchy

  • GenericRequestHandlerChain

Implements

Index

Constructors

constructor

Properties

Protected requestHandler

requestHandler: RequestHandler<Input, Output>

Protected requestInterceptors

requestInterceptors: Array<RequestInterceptor<Input>>

Protected responseInterceptors

responseInterceptors: Array<ResponseInterceptor<Input, Output>>

Methods

getRequestHandler

getRequestInterceptors

getResponseInterceptors