@@ -4,35 +4,19 @@ The API docs cover three libraries:
4
4
5
5
- @stomp/stompjs
6
6
- @stomp/rx-stomp - builds over @stomp/stompjs
7
- - @stomp/ng2-stompjs - thin wrapper over @stomp/rx-stomp
8
7
9
- The documentation for classes indicate which library each of the classes
10
- belong . See the [ guides] ( / ) for more information and tutorials.
8
+ The documentation for classes also indicates which library each of the classes
9
+ belongs . See the [ guides] ( / ) for more information and tutorials.
11
10
12
11
These documents have been generated using [ Compodoc] ( https://compodoc.app/ ) .
13
12
14
13
## stompjs
15
14
16
15
Preferred entry point is [ Client] ( ./classes/Client.html ) .
17
- If you are using compatibility mode your entry point would be
16
+ If you are using the compatibility mode, your entry point would be
18
17
[ Stomp] ( ./classes/Stomp.html ) .
19
18
20
19
## rx-stomp
21
20
22
21
Your entry point would be [ RxStomp] ( ./classes/RxStomp.html ) .
23
22
For RPC [ RxStompRPC] ( ./classes/RxStompRPC.html ) .
24
-
25
- ## ng2-stompjs
26
-
27
- Injectable versions of ` rx-stomp ` classes:
28
-
29
- - [ RxStompService] ( ./injectables/RxStompService.html ) for [ RxStomp] ( ./classes/RxStomp.html )
30
- - [ InjectableRxStompConfig] ( ./injectables/InjectableRxStompConfig.html ) for [ RxStompConfig] ( ./classes/RxStompConfig.html )
31
- - [ RxStompRPCService] ( ./injectables/RxStompRPCService.html ) for [ RxStompRPC] ( ./classes/RxStompRPC.html )
32
- - [ InjectableRxStompRPCConfig] ( ./injectables/InjectableRxStompRPCConfig.html ) for [ RxStompRPCConfig] ( ./classes/RxStompRPCConfig.html )
33
- - [ rxStompServiceFactory] ( ./miscellaneous/functions.html#rxStompServiceFactory )
34
-
35
- Deprecated classes:
36
-
37
- - [ StompRService] ( ./injectables/StompRService.html )
38
- - [ StompService] ( ./injectables/StompService.html )
0 commit comments