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