Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PubSubProvider

Hierarchy

  • PubSubProvider

Index

Methods

configure

  • configure(config: object): object

getCategory

  • getCategory(): string

getProviderName

  • getProviderName(): string

publish

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

subscribe

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