Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Subscriber<T>

A protocol that declares a type that can receive input from a publisher.

Type parameters

  • T

Hierarchy

  • Subscriber

Index

Methods

Methods

receive

  • receive(value: T): void

Generated using TypeDoc