Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GenericHandlerAdapter<Input, Output>

Generic implementation of that supports the {@link RequestHandler}}

Type parameters

  • Input

  • Output

Hierarchy

  • GenericHandlerAdapter

Implements

Index

Methods

Methods

execute

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

supports

  • supports(handler: any): boolean