Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T: ProviderOptions

Hierarchy

Implements

Index

Constructors

constructor

Accessors

Protected options

options:

Methods

configure

  • configure(config: T): T

getCategory

  • getCategory(): string

Abstract getProviderName

  • getProviderName(): string

Abstract newClient

  • newClient(clientOptions: T): Promise<any>

Abstract publish

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

Abstract subscribe