Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HandlerAdapter<Input, Output>

An interface that abstracts the handling of a request for specific types of handlers.

Type parameters

  • Input

  • Output

Hierarchy

  • HandlerAdapter

Implemented by

Index

Methods

Methods

execute

  • execute(input: Input, handler: any): Promise<Output> | Output

supports

  • supports(handler: any): boolean