Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestDispatcher<Input, Output>

An interface providing the logic for dispatching handler input to handler.

Type parameters

  • Input

  • Output

Hierarchy

  • RequestDispatcher

Implemented by

Index

Methods

Methods

dispatch

  • dispatch(input: Input): Promise<Output> | Output