Classes
Methods
(static) StompClient.create(vertx, options) → {StompClient}
Creates a StompClient using the default implementation.
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | the vert.x instance to use |
options |
Object | the options |
- Source:
Returns:
the created StompClient
- Type
- StompClient