Package | Description |
---|---|
io.vertx.rxjava.ext.stomp |
Modifier and Type | Field and Description |
---|---|
static TypeArg<Acknowledgement> |
Acknowledgement.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Acknowledgement |
Acknowledgement.newInstance(io.vertx.ext.stomp.Acknowledgement arg) |
Modifier and Type | Method and Description |
---|---|
StompServerHandler |
StompServerHandler.onAckHandler(io.vertx.core.Handler<Acknowledgement> handler)
Configures the action to execute when messages are acknowledged.
|
StompServerHandler |
StompServerHandler.onNackHandler(io.vertx.core.Handler<Acknowledgement> handler)
Configures the action to execute when messages are not acknowledged.
|
Copyright © 2019 Eclipse. All rights reserved.