Skip to main content Link Search Menu Expand Document (external link)

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./MqClientInstance.js”

Re-exports all named exports from the “./MqClientInstance.js” module as MqClientInstance.

Signature

export * as MqClientInstance from "./MqClientInstance.js"

Added in v1.0.0

From “./MqService.js”

Re-exports all named exports from the “./MqService.js” module.

Signature

export * from "./MqService.js"

Added in v1.0.0

From “./MqServiceConfig.js”

Re-exports all named exports from the “./MqServiceConfig.js” module as MqServiceConfig.

Signature

export * as MqServiceConfig from "./MqServiceConfig.js"

Added in v1.0.0

Mq

Signature

export declare const Mq: typeof MqService

Added in v1.0.0

Mq (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = MqService.Config

Added in v1.0.0