Skip to content

Commit 794755b

Browse files
committed
Committed by Github action
master: { "stompjs": "7.1.0", "rx-stomp": "2.0.1" } develop: { "stompjs": "7.1.1", "rx-stomp": "2.0.1" }
1 parent 919c565 commit 794755b

File tree

6 files changed

+332
-110
lines changed

6 files changed

+332
-110
lines changed

api-docs/develop/classes/Client.html

Lines changed: 160 additions & 63 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/CompatClient.html

Lines changed: 133 additions & 43 deletions
Large diffs are not rendered by default.

api-docs/develop/coverage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<td>Client</td>
150150
<td align="right" data-sort="100">
151151
<span class="coverage-percent">100 %</span>
152-
<span class="coverage-count">(45/45)</span>
152+
<span class="coverage-count">(47/47)</span>
153153
</td>
154154
</tr>
155155
<tr class="very-good">
@@ -161,7 +161,7 @@
161161
<td>CompatClient</td>
162162
<td align="right" data-sort="100">
163163
<span class="coverage-percent">100 %</span>
164-
<span class="coverage-count">(48/48)</span>
164+
<span class="coverage-count">(50/50)</span>
165165
</td>
166166
</tr>
167167
<tr class="very-good">

api-docs/develop/interfaces/IPublishParams.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,13 @@ <h3 id="inputs">Properties</h3>
385385
*/
386386
export type frameCallbackType &#x3D; ((frame: IFrame) &#x3D;&gt; void) | (() &#x3D;&gt; void);
387387

388+
/**
389+
* This callback is an &quot;Event&quot; only callback, no parameters provided.
390+
*
391+
* Part of &#x60;@stomp/stompjs&#x60;.
392+
*/
393+
export type emptyCallbackType &#x3D; () &#x3D;&gt; void;
394+
388395
/**
389396
* This callback will receive a [CloseEvent]{@link https://developer.mozilla.org/en-US/docs/Web/API/CloseEvent}
390397
* as parameter.
@@ -560,6 +567,8 @@ <h3 id="inputs">Properties</h3>
560567
onUnhandledMessage: messageCallbackType;
561568
onUnhandledReceipt: frameCallbackType;
562569
onUnhandledFrame: frameCallbackType;
570+
onHeartbeatReceived: emptyCallbackType;
571+
onHeartbeatLost: emptyCallbackType;
563572
}
564573
</code></pre>
565574
</div>

api-docs/develop/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-docs/develop/miscellaneous/typealiases.html

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ <h3 id="index">Index</h3>
6767
<li>
6868
<a href="#debugFnType" title="consolidated/stompjs/src/types.ts" ><b>debugFnType</b>&nbsp;&nbsp;&nbsp;(consolidated/.../types.ts)</a>
6969
</li>
70+
<li>
71+
<a href="#emptyCallbackType" title="consolidated/stompjs/src/types.ts" ><b>emptyCallbackType</b>&nbsp;&nbsp;&nbsp;(consolidated/.../types.ts)</a>
72+
</li>
7073
<li>
7174
<a href="#Frame" title="consolidated/stompjs/src/i-frame.ts" ><b>Frame</b>&nbsp;&nbsp;&nbsp;(consolidated/.../i-frame.ts)</a>
7275
</li>
@@ -133,6 +136,29 @@ <h3>consolidated/stompjs/src/types.ts</h3>
133136
<td class="col-md-4">
134137
<div class="io-description"><p>This callback will receive a <code>string</code> as a parameter.</p>
135138
<p>Part of <code>@stomp/stompjs</code>.</p>
139+
</div>
140+
</td>
141+
</tr>
142+
<tr>
143+
<td class="col-md-4">
144+
<code> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/function" target="_blank" >function</a></code>
145+
</code>
146+
</td>
147+
</tr>
148+
</tbody>
149+
</table>
150+
<table class="table table-sm table-bordered">
151+
<tbody>
152+
<tr>
153+
<td class="col-md-4">
154+
<a name="emptyCallbackType"></a>
155+
<span class="name "><b>emptyCallbackType</b><a href="#emptyCallbackType"><span class="icon ion-ios-link"></span></a></span>
156+
</td>
157+
</tr>
158+
<tr>
159+
<td class="col-md-4">
160+
<div class="io-description"><p>This callback is an &quot;Event&quot; only callback, no parameters provided.</p>
161+
<p>Part of <code>@stomp/stompjs</code>.</p>
136162
</div>
137163
</td>
138164
</tr>

0 commit comments

Comments
 (0)