Skip to content

Commit 9e5ebce

Browse files
committed
Committed by Github action
master: { "stompjs": "6.1.2", "rx-stomp": "1.1.4", "ng2-stompjs": "8.0.0" } develop: { "stompjs": "6.1.2", "rx-stomp": "1.1.4", "ng2-stompjs": "8.0.0" }
1 parent 6a5daa5 commit 9e5ebce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

api-docs/develop/classes/RxStompConfig.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -259,15 +259,15 @@ <h3 id="inputs">
259259
<td class="col-md-4">
260260
<div class="io-description"><p>Callback, invoked on before a connection connection to the STOMP broker.</p>
261261
<p>You can change configuration of the rxStomp, which will impact the immediate connect.
262-
It is valid to call <a href="../classes/RxStomp.html#deactivate">RxStomp#decativate</a> in this callback.</p>
262+
It is valid to call <a href="../classes/RxStomp.html#deactivate">RxStomp#deactivate</a> in this callback.</p>
263263
<p>As of version 0.1.1, this callback can be
264264
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function">async</a>
265265
(i.e., it can return a
266266
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise">Promise</a>).
267267
In that case connect will be called only after the Promise is resolved.
268268
This can be used to reliably fetch credentials, access token etc. from some other service
269269
in an asynchronous way.</p>
270-
<p>As of 0.3.5, this callback will receive [RxStomp](@link RxStomp) as parameter.</p>
270+
<p>As of 0.3.5, this callback will receive <a href="../classes/RxStomp.html">RxStomp</a> as parameter.</p>
271271
<p>Maps to: <a href="../classes/Client.html#beforeConnect">Client#beforeConnect</a></p>
272272
</div>
273273
</td>
@@ -559,7 +559,7 @@ <h3 id="inputs">
559559
<tr>
560560
<td class="col-md-4">
561561
<div class="io-description"><p>Incoming heartbeat interval in milliseconds. Set to 0 to disable.</p>
562-
<p>Maps to: [Client#heartbeatIncoming]{@Client#heartbeatIncoming}</p>
562+
<p>Maps to: <a href="../classes/Client.html#heartbeatIncoming">Client#heartbeatIncoming</a></p>
563563
</div>
564564
</td>
565565
</tr>
@@ -705,7 +705,7 @@ <h3 id="inputs">
705705
<tr>
706706
<td class="col-md-4">
707707
<div class="io-description"><p>Automatically reconnect with delay in milliseconds, set to 0 to disable.</p>
708-
<p>Maps to: [Client#reconnectDelay]{@Client#reconnectDelay}</p>
708+
<p>Maps to: <a href="../classes/Client.html#reconnectDelay">Client#reconnectDelay</a></p>
709709
</div>
710710
</td>
711711
</tr>
@@ -934,14 +934,14 @@ <h3 id="inputs">
934934
/**
935935
* Automatically reconnect with delay in milliseconds, set to 0 to disable.
936936
*
937-
* Maps to: [Client#reconnectDelay]{@Client#reconnectDelay}
937+
* Maps to: [Client#reconnectDelay]{@link Client#reconnectDelay}
938938
*/
939939
public reconnectDelay?: number;
940940

941941
/**
942942
* Incoming heartbeat interval in milliseconds. Set to 0 to disable.
943943
*
944-
* Maps to: [Client#heartbeatIncoming]{@Client#heartbeatIncoming}
944+
* Maps to: [Client#heartbeatIncoming]{@link Client#heartbeatIncoming}
945945
*/
946946
public heartbeatIncoming?: number;
947947

@@ -1001,7 +1001,7 @@ <h3 id="inputs">
10011001
* Callback, invoked on before a connection connection to the STOMP broker.
10021002
*
10031003
* You can change configuration of the rxStomp, which will impact the immediate connect.
1004-
* It is valid to call [RxStomp#decativate]{@link RxStomp#deactivate} in this callback.
1004+
* It is valid to call [RxStomp#deactivate]{@link RxStomp#deactivate} in this callback.
10051005
*
10061006
* As of version 0.1.1, this callback can be
10071007
* [async](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)
@@ -1011,7 +1011,7 @@ <h3 id="inputs">
10111011
* This can be used to reliably fetch credentials, access token etc. from some other service
10121012
* in an asynchronous way.
10131013
*
1014-
* As of 0.3.5, this callback will receive [RxStomp](@link RxStomp) as parameter.
1014+
* As of 0.3.5, this callback will receive [RxStomp]{@link RxStomp} as parameter.
10151015
*
10161016
* Maps to: [Client#beforeConnect]{@link Client#beforeConnect}
10171017
*/

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.

0 commit comments

Comments
 (0)