Package | Description |
---|---|
io.vertx.ext.stomp | |
io.vertx.groovy.ext.stomp | |
io.vertx.rxjava.ext.stomp |
Modifier and Type | Method and Description |
---|---|
StompClient |
StompClient.connect(Handler<AsyncResult<StompClientConnection>> resultHandler)
Connects to the server using the host and port configured in the client's options.
|
StompClient |
StompClient.connect(int port,
String host,
Handler<AsyncResult<StompClientConnection>> resultHandler)
Connects to the server.
|
StompClient |
StompClient.connect(int port,
String host,
NetClient net,
Handler<AsyncResult<StompClientConnection>> resultHandler)
Connects to the server.
|
StompClient |
StompClient.connect(NetClient net,
Handler<AsyncResult<StompClientConnection>> resultHandler)
Connects to the server.
|
static StompClient |
StompClient.create(Vertx vertx)
Creates a
StompClient using the default implementation. |
static StompClient |
StompClient.create(Vertx vertx,
StompClientOptions options)
Creates a
StompClient using the default implementation. |
StompClient |
StompClient.errorFrameHandler(Handler<Frame> handler)
A general error frame handler.
|
StompClient |
StompClient.receivedFrameHandler(Handler<Frame> handler)
Configures a received handler that gets notified when a STOMP frame is received by the client.
|
StompClient |
StompClient.writingFrameHandler(Handler<Frame> handler)
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
|
Modifier and Type | Method and Description |
---|---|
static StompClient |
StompClient_GroovyStaticExtension.create(StompClient j_receiver,
Vertx vertx,
Map<String,Object> options) |
static StompClient |
StompClient_GroovyExtension.errorFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
static StompClient |
StompClient_GroovyExtension.receivedFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
static StompClient |
StompClient_GroovyExtension.writingFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
Modifier and Type | Method and Description |
---|---|
static StompClient |
StompClient_GroovyStaticExtension.create(StompClient j_receiver,
Vertx vertx,
Map<String,Object> options) |
static StompClient |
StompClient_GroovyExtension.errorFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
static Map<String,Object> |
StompClient_GroovyExtension.options(StompClient j_receiver) |
static StompClient |
StompClient_GroovyExtension.receivedFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
static StompClient |
StompClient_GroovyExtension.writingFrameHandler(StompClient j_receiver,
Handler<Map<String,Object>> handler) |
Modifier and Type | Method and Description |
---|---|
StompClient |
StompClient.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static StompClient |
StompClient.newInstance(StompClient arg) |
Constructor and Description |
---|
StompClient(StompClient delegate) |
Copyright © 2017. All rights reserved.