You're viewing archived documentation for @imqueue/rpc v1.17.1. APIs may differ from the current release. View the latest version ↗

IMQService.publish() method

Sends given data to service subscription channel

Signature:

publish(data: JsonObject): Promise<void>;

Parameters

Parameter

Type

Description

data

JsonObject

Returns:

Promise<void>