Module: vertx-stomp-js/destination
Classes
- Destination
Methods
(static) Destination.bridge(vertx, options) → {Destination}
Parameters:
Name |
Type |
Description |
vertx |
Vertx
|
|
options |
Object
|
|
- Source:
Returns:
-
Type
-
Destination
(static) Destination.queue(vertx, destination) → {Destination}
Parameters:
Name |
Type |
Description |
vertx |
Vertx
|
|
destination |
string
|
|
- Source:
Returns:
-
Type
-
Destination
(static) Destination.topic(vertx, destination) → {Destination}
Parameters:
Name |
Type |
Description |
vertx |
Vertx
|
|
destination |
string
|
|
- Source:
Returns:
-
Type
-
Destination