8
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9
9
10
10
< 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 ">
12
13
< link rel ="stylesheet " href ="../styles/postmark.css ">
13
14
</ head >
14
15
< body >
41
42
42
43
43
44
45
+
44
46
< ol class ="breadcrumb ">
45
47
< li > Classes</ li >
46
- < li > RxStompRPCConfig</ li >
48
+ < li > RxStompRPCConfig</ li >
47
49
</ ol >
48
50
49
51
< ul class ="nav nav-tabs " role ="tablist ">
@@ -64,6 +66,7 @@ <h3>File</h3>
64
66
< code > consolidated/rx-stomp/src/rx-stomp-rpc-config.ts</ code >
65
67
</ p >
66
68
69
+
67
70
< p class ="comment ">
68
71
< h3 > Description</ h3 >
69
72
</ p >
@@ -90,12 +93,12 @@ <h6><b>Properties</b></h6>
90
93
< li >
91
94
< span class ="modifier "> Public</ span >
92
95
< span class ="modifier "> Optional</ span >
93
- < a href ="#replyQueueName "> replyQueueName</ a >
96
+ < a href ="#replyQueueName " > replyQueueName</ a >
94
97
</ li >
95
98
< li >
96
99
< span class ="modifier "> Public</ span >
97
100
< span class ="modifier "> Optional</ span >
98
- < a href ="#setupReplyQueue "> setupReplyQueue</ a >
101
+ < a href ="#setupReplyQueue " > setupReplyQueue</ a >
99
102
</ li >
100
103
</ ul >
101
104
</ td >
@@ -113,80 +116,78 @@ <h6><b>Properties</b></h6>
113
116
114
117
< section >
115
118
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 >
121
135
< tr >
122
136
< 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
+
131
139
</ td >
132
140
</ tr >
133
141
< tr >
134
142
< 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 >
137
144
</ td >
138
145
</ 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 >
144
146
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.
148
150
Default < code > /temp-queue/rpc-replies</ code > suitable for RabbitMQ and ActiveMQ.</ p >
149
151
</ div >
150
- </ td >
151
- </ tr >
152
+ </ td >
153
+ </ tr >
152
154
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 >
157
170
< tr >
158
171
< 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
+
167
174
</ td >
168
175
</ tr >
169
176
< tr >
170
177
< 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 >
173
179
</ td >
174
180
</ 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 >
180
181
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 >
184
185
</ div >
185
- </ td >
186
- </ tr >
186
+ </ td >
187
+ </ tr >
187
188
188
- </ tbody >
189
- </ table >
189
+ </ tbody >
190
+ </ table >
190
191
</ section >
191
192
192
193
@@ -237,9 +238,11 @@ <h3 id="inputs">
237
238
238
239
239
240
241
+
242
+
240
243
</ div > < div class ="search-results ">
241
244
< 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 >
243
246
< ul class ="search-results-list "> </ ul >
244
247
</ div >
245
248
< div class ="no-results ">
@@ -251,17 +254,27 @@ <h1 class="search-results-title">No results matching "<span class='search-query'
251
254
</ div >
252
255
</ div >
253
256
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
+
254
266
< script >
255
267
var COMPODOC_CURRENT_PAGE_DEPTH = 1 ;
256
268
var COMPODOC_CURRENT_PAGE_CONTEXT = 'class' ;
257
269
var COMPODOC_CURRENT_PAGE_URL = 'RxStompRPCConfig.html' ;
270
+ var MAX_SEARCH_RESULTS = 15 ;
258
271
</ script >
259
272
260
273
< script src ="../js/libs/custom-elements.min.js "> </ script >
261
274
< 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
+
264
276
< script src ="../js/menu-wc.js " defer > </ script >
277
+ < script nomodule src ="../js/menu-wc_es5.js " defer > </ script >
265
278
266
279
< script src ="../js/libs/bootstrap-native.js "> </ script >
267
280
0 commit comments