We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b378091 commit 339b306Copy full SHA for 339b306
src/WorkflowManagerConfig.ts
@@ -114,6 +114,11 @@ class WorkflowManagerConfig implements WorkflowManagerConfigProps {
114
client?.on('message', this._onMessageArrived(topic));
115
}
116
117
+ /**
118
+ * @description Unsubscribe to a topic or topics.
119
+ * @param {(string | string[])} topic
120
+ * @param {IClientUnsubscribeOptions} options
121
+ */
122
public unsubscribe(
123
topic: string | string[],
124
options: IClientUnsubscribeOptions = {} as IClientUnsubscribeOptions,
0 commit comments