Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubscriptionMetadataHandler

A class that is responsible for retrieving all subscription metadata from a reactive model, subscribing to the target observables and managing subscription destruction.

Hierarchy

  • SubscriptionMetadataHandler

Index

Constructors

constructor

Properties

Private model

Methods

handle

  • handle(): void

Private handleSubscriptionMetadata

Private linkSubscriptions

  • linkSubscriptions(fnName: string): (Anonymous function)
  • Retrieves a method from the reactive model and applies it as the subscription fuunction to the target observable property storing its subscription in the model subscription array.

    Parameters

    • fnName: string

    Returns (Anonymous function)

Generated using TypeDoc