Skip to content

Commit aac5f37

Browse files
committed
Committed by Github action
master: { "stompjs": "6.1.2", "rx-stomp": "1.1.4" } develop: { "stompjs": "7.0.0-beta5", "rx-stomp": "2.0.0-beta2" }
1 parent 94c5f91 commit aac5f37

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

api-docs/develop/classes/RxStomp.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -671,8 +671,8 @@ <h3 id="methods">
671671

672672
<tr>
673673
<td class="col-md-4">
674-
<div class="io-line">Defined in <a href="" data-line="626"
675-
class="link-to-prism">consolidated/rx-stomp/src/rx-stomp.ts:626</a></div>
674+
<div class="io-line">Defined in <a href="" data-line="625"
675+
class="link-to-prism">consolidated/rx-stomp/src/rx-stomp.ts:625</a></div>
676676
</td>
677677
</tr>
678678

@@ -692,9 +692,8 @@ <h3 id="methods">
692692
<div><pre class="line-numbers"><code class="language-javascript"> // Publishing with acknowledgement
693693
let receiptId = randomText();
694694

695-
const receipt = rxStomp.asyncReceipt(receiptId);
696695
rxStomp.publish({destination: &#39;/topic/special&#39;, headers: {receipt: receiptId}, body: msg});
697-
await receipt; // it yields the actual Frame</code></pre></div><p>Maps to: <a href="../classes/Client.html#watchForReceipt">Client#watchForReceipt</a></p>
696+
await rxStomp.asyncReceipt(receiptId);; // it yields the actual Frame</code></pre></div><p>Maps to: <a href="../classes/Client.html#watchForReceipt">Client#watchForReceipt</a></p>
698697
</div>
699698

700699
<div class="io-description">
@@ -2107,9 +2106,8 @@ <h3 id="accessors">
21072106
* // Publishing with acknowledgement
21082107
* let receiptId &#x3D; randomText();
21092108
*
2110-
* const receipt &#x3D; rxStomp.asyncReceipt(receiptId);
21112109
* rxStomp.publish({destination: &#x27;/topic/special&#x27;, headers: {receipt: receiptId}, body: msg});
2112-
* await receipt; // it yields the actual Frame
2110+
* await rxStomp.asyncReceipt(receiptId);; // it yields the actual Frame
21132111
* &#x60;&#x60;&#x60;
21142112
*
21152113
* Maps to: [Client#watchForReceipt]{@link Client#watchForReceipt}

0 commit comments

Comments
 (0)