Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReadableChannel<T>

Type parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

Readonly id

id: string

Methods

channel

close

  • close(flush?: boolean): undefined | Promise<void>

read

  • read(): Promise<undefined | T>

Generated using TypeDoc