Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PubSubProvider

Implemented by

Index

Methods

configure

  • configure(config: Record<string, unknown>): Record<string, unknown>

getCategory

  • getCategory(): string

getProviderName

  • getProviderName(): string

publish

  • publish(topics: string[] | string, msg: PubSubContent, options?: ProviderOptions): void

subscribe

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