Skip to content

Commit 4493433

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 605d3b5 commit 4493433

File tree

126 files changed

+28072
-15780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+28072
-15780
lines changed

api-docs/develop/classes/Client.html

Lines changed: 1796 additions & 1818 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/CompatClient.html

Lines changed: 2396 additions & 2390 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/RxStomp.html

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

api-docs/develop/classes/RxStompConfig.html

Lines changed: 442 additions & 446 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/RxStompRPC.html

Lines changed: 170 additions & 156 deletions
Large diffs are not rendered by default.

api-docs/develop/classes/RxStompRPCConfig.html

Lines changed: 71 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99

1010
<link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11-
<link rel="stylesheet" href="../styles/style.css">
11+
<link rel="stylesheet" href="../styles/style.css">
12+
<link rel="stylesheet" href="../styles/dark.css">
1213
<link rel="stylesheet" href="../styles/postmark.css">
1314
</head>
1415
<body>
@@ -41,9 +42,10 @@
4142

4243

4344

45+
4446
<ol class="breadcrumb">
4547
<li>Classes</li>
46-
<li>RxStompRPCConfig</li>
48+
<li >RxStompRPCConfig</li>
4749
</ol>
4850

4951
<ul class="nav nav-tabs" role="tablist">
@@ -64,6 +66,7 @@ <h3>File</h3>
6466
<code>consolidated/rx-stomp/src/rx-stomp-rpc-config.ts</code>
6567
</p>
6668

69+
6770
<p class="comment">
6871
<h3>Description</h3>
6972
</p>
@@ -90,12 +93,12 @@ <h6><b>Properties</b></h6>
9093
<li>
9194
<span class="modifier">Public</span>
9295
<span class="modifier">Optional</span>
93-
<a href="#replyQueueName">replyQueueName</a>
96+
<a href="#replyQueueName" >replyQueueName</a>
9497
</li>
9598
<li>
9699
<span class="modifier">Public</span>
97100
<span class="modifier">Optional</span>
98-
<a href="#setupReplyQueue">setupReplyQueue</a>
101+
<a href="#setupReplyQueue" >setupReplyQueue</a>
99102
</li>
100103
</ul>
101104
</td>
@@ -113,80 +116,78 @@ <h6><b>Properties</b></h6>
113116

114117
<section>
115118

116-
<h3 id="inputs">
117-
Properties
118-
</h3>
119-
<table class="table table-sm table-bordered">
120-
<tbody>
119+
<h3 id="inputs">
120+
Properties
121+
</h3>
122+
<table class="table table-sm table-bordered">
123+
<tbody>
124+
<tr>
125+
<td class="col-md-4">
126+
<a name="replyQueueName"></a>
127+
<span class="name">
128+
<span class="modifier">Public</span>
129+
<span class="modifier">Optional</span>
130+
<span ><b>replyQueueName</b></span>
131+
<a href="#replyQueueName"><span class="icon ion-ios-link"></span></a>
132+
</span>
133+
</td>
134+
</tr>
121135
<tr>
122136
<td class="col-md-4">
123-
<a name="replyQueueName"></a>
124-
<span class="name">
125-
<b>
126-
<span class="modifier">Public</span>
127-
<span class="modifier">Optional</span>
128-
replyQueueName</b>
129-
<a href="#replyQueueName"><span class="icon ion-ios-link"></span></a>
130-
</span>
137+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
138+
131139
</td>
132140
</tr>
133141
<tr>
134142
<td class="col-md-4">
135-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
136-
143+
<div class="io-line">Defined in <a href="" data-line="23" class="link-to-prism">consolidated/rx-stomp/src/rx-stomp-rpc-config.ts:23</a></div>
137144
</td>
138145
</tr>
139-
<tr>
140-
<td class="col-md-4">
141-
<div class="io-line">Defined in <a href="" data-line="23" class="link-to-prism">consolidated/rx-stomp/src/rx-stomp-rpc-config.ts:23</a></div>
142-
</td>
143-
</tr>
144146

145-
<tr>
146-
<td class="col-md-4">
147-
<div class="io-description"><p>Name of the reply queue. See the guide for details.
147+
<tr>
148+
<td class="col-md-4">
149+
<div class="io-description"><p>Name of the reply queue. See the guide for details.
148150
Default <code>/temp-queue/rpc-replies</code> suitable for RabbitMQ and ActiveMQ.</p>
149151
</div>
150-
</td>
151-
</tr>
152+
</td>
153+
</tr>
152154

153-
</tbody>
154-
</table>
155-
<table class="table table-sm table-bordered">
156-
<tbody>
155+
</tbody>
156+
</table>
157+
<table class="table table-sm table-bordered">
158+
<tbody>
159+
<tr>
160+
<td class="col-md-4">
161+
<a name="setupReplyQueue"></a>
162+
<span class="name">
163+
<span class="modifier">Public</span>
164+
<span class="modifier">Optional</span>
165+
<span ><b>setupReplyQueue</b></span>
166+
<a href="#setupReplyQueue"><span class="icon ion-ios-link"></span></a>
167+
</span>
168+
</td>
169+
</tr>
157170
<tr>
158171
<td class="col-md-4">
159-
<a name="setupReplyQueue"></a>
160-
<span class="name">
161-
<b>
162-
<span class="modifier">Public</span>
163-
<span class="modifier">Optional</span>
164-
setupReplyQueue</b>
165-
<a href="#setupReplyQueue"><span class="icon ion-ios-link"></span></a>
166-
</span>
172+
<i>Type : </i> <code><a href="../miscellaneous/typealiases.html#setupReplyQueueFnType" target="_self" >setupReplyQueueFnType</a></code>
173+
167174
</td>
168175
</tr>
169176
<tr>
170177
<td class="col-md-4">
171-
<i>Type : </i> <code><a href="../miscellaneous/typealiases.html#setupReplyQueueFnType" target="_self" >setupReplyQueueFnType</a></code>
172-
178+
<div class="io-line">Defined in <a href="" data-line="27" class="link-to-prism">consolidated/rx-stomp/src/rx-stomp-rpc-config.ts:27</a></div>
173179
</td>
174180
</tr>
175-
<tr>
176-
<td class="col-md-4">
177-
<div class="io-line">Defined in <a href="" data-line="27" class="link-to-prism">consolidated/rx-stomp/src/rx-stomp-rpc-config.ts:27</a></div>
178-
</td>
179-
</tr>
180181

181-
<tr>
182-
<td class="col-md-4">
183-
<div class="io-description"><p>Setup the reply queue. See the guide for details.</p>
182+
<tr>
183+
<td class="col-md-4">
184+
<div class="io-description"><p>Setup the reply queue. See the guide for details.</p>
184185
</div>
185-
</td>
186-
</tr>
186+
</td>
187+
</tr>
187188

188-
</tbody>
189-
</table>
189+
</tbody>
190+
</table>
190191
</section>
191192

192193

@@ -237,9 +238,11 @@ <h3 id="inputs">
237238

238239

239240

241+
242+
240243
</div><div class="search-results">
241244
<div class="has-results">
242-
<h1 class="search-results-title"><span class='search-results-count'></span> result-matching "<span class='search-query'></span>"</h1>
245+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
243246
<ul class="search-results-list"></ul>
244247
</div>
245248
<div class="no-results">
@@ -251,17 +254,27 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
251254
</div>
252255
</div>
253256

257+
<label class="dark-mode-switch">
258+
<input type="checkbox">
259+
<span class="slider">
260+
<svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
261+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
262+
</svg>
263+
</span>
264+
</label>
265+
254266
<script>
255267
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
256268
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
257269
var COMPODOC_CURRENT_PAGE_URL = 'RxStompRPCConfig.html';
270+
var MAX_SEARCH_RESULTS = 15;
258271
</script>
259272

260273
<script src="../js/libs/custom-elements.min.js"></script>
261274
<script src="../js/libs/lit-html.js"></script>
262-
<!-- Required to polyfill modern browsers as code is ES5 for IE... -->
263-
<script src="../js/libs/custom-elements-es5-adapter.js" charset="utf-8" defer></script>
275+
264276
<script src="../js/menu-wc.js" defer></script>
277+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
265278

266279
<script src="../js/libs/bootstrap-native.js"></script>
267280

0 commit comments

Comments
 (0)