Skip to content

Commit 8c9a467

Browse files
committed
Committed by Github action
master: { "stompjs": "7.0.1", "rx-stomp": "2.0.1" } develop: { "stompjs": "7.0.1", "rx-stomp": "2.0.1" }
1 parent e5288b5 commit 8c9a467

File tree

7 files changed

+492
-135
lines changed

7 files changed

+492
-135
lines changed

api-docs/develop/classes/Client.html

Lines changed: 193 additions & 64 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/CompatClient.html

Lines changed: 142 additions & 40 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/StompConfig.html

Lines changed: 115 additions & 26 deletions
Large diffs are not rendered by default.

api-docs/develop/coverage.html

Lines changed: 3 additions & 3 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">(41/41)</span>
152+
<span class="coverage-count">(43/43)</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">(44/44)</span>
164+
<span class="coverage-count">(46/46)</span>
165165
</td>
166166
</tr>
167167
<tr class="very-good">
@@ -221,7 +221,7 @@
221221
<td>StompConfig</td>
222222
<td align="right" data-sort="100">
223223
<span class="coverage-percent">100 %</span>
224-
<span class="coverage-count">(27/27)</span>
224+
<span class="coverage-count">(29/29)</span>
225225
</td>
226226
</tr>
227227
<tr class="very-good">

api-docs/develop/interfaces/IPublishParams.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,14 @@ <h3 id="inputs">Properties</h3>
518518
INACTIVE,
519519
}
520520

521+
/**
522+
* Possible reconnection wait time modes
523+
*/
524+
export enum ReconnectionTimeMode {
525+
LINEAR,
526+
EXPONENTIAL
527+
}
528+
521529
/**
522530
* @internal
523531
*/

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/enumerations.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ <h3 id="index">Index</h3>
6464
<li>
6565
<a href="#ActivationState" title="consolidated/stompjs/src/types.ts" ><b>ActivationState</b>&nbsp;&nbsp;&nbsp;(consolidated/.../types.ts)</a>
6666
</li>
67+
<li>
68+
<a href="#ReconnectionTimeMode" title="consolidated/stompjs/src/types.ts" ><b>ReconnectionTimeMode</b>&nbsp;&nbsp;&nbsp;(consolidated/.../types.ts)</a>
69+
</li>
6770
<li>
6871
<a href="#RxStompState" title="consolidated/rx-stomp/src/rx-stomp-state.ts" ><b>RxStompState</b>&nbsp;&nbsp;&nbsp;(consolidated/.../rx-stomp-state.ts)</a>
6972
</li>
@@ -110,6 +113,32 @@ <h3>consolidated/stompjs/src/types.ts</h3>
110113
</tr>
111114
</tbody>
112115
</table>
116+
<table class="table table-sm table-bordered">
117+
<tbody>
118+
<tr>
119+
<td class="col-md-4">
120+
<a name="ReconnectionTimeMode"></a>
121+
<span class="name "><b>ReconnectionTimeMode</b><a href="#ReconnectionTimeMode"><span class="icon ion-ios-link"></span></a></span>
122+
</td>
123+
</tr>
124+
<tr>
125+
<td class="col-md-4">
126+
<div class="io-description"><p>Possible reconnection wait time modes</p>
127+
</div>
128+
</td>
129+
</tr>
130+
<tr>
131+
<td class="col-md-4">
132+
&nbsp;LINEAR
133+
</td>
134+
</tr>
135+
<tr>
136+
<td class="col-md-4">
137+
&nbsp;EXPONENTIAL
138+
</td>
139+
</tr>
140+
</tbody>
141+
</table>
113142
<table class="table table-sm table-bordered">
114143
<tbody>
115144
<tr>

0 commit comments

Comments
 (0)