Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Closeable<ArgT>

Indicates that the implementer provides a public close function.

Type parameters

  • ArgT

Hierarchy

  • Closeable

Index

Methods

Methods

  • Close function. Specific purpose and functionality is determined by implementer. This interface serves as a contract to guarantee close can be called.

    Parameters

    • Optional data: ArgT

    Returns Promise<CloseableOutcome>

Generated using TypeDoc