Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractPubSubProvider

Hierarchy

Implements

  • any

Index

Constructors

constructor

Accessors

Protected options

Methods

configure

getCategory

  • getCategory(): string

Abstract getProviderName

  • getProviderName(): string

Abstract newClient

Abstract publish

  • publish(topics: string[] | string, msg: any, options?: ProvidertOptions): void

Abstract subscribe

  • subscribe(topics: string[] | string, options?: ProvidertOptions): Observable<any>