Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Pluggable<Input, Output>

public

Type parameters

  • Input: object

  • Output: object

Hierarchy

Index

Properties

Properties

applyToStack

applyToStack: (stack: MiddlewareStack<Input, Output>) => void

A function that mutate the passed in middleware stack. Functions implementing this interface can add, remove, modify existing middleware stack from clients or commands

Type declaration