Menu

Type parameters

  • I

  • O

Hierarchy

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

executeAsync

  • executeAsync(i: I): Promise<O>
  • the async method is an asynchronous wrapper of the sync method

    Parameters

    • i: I

    Returns Promise<O>

Abstract executeSync

  • executeSync(param: I): O
  • synchronous implementation of the command

    Parameters

    • param: I

    Returns O

Generated using TypeDoc