| Package | Description |
|---|---|
| io.vertx.ext.stomp | |
| io.vertx.groovy.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 |
|---|---|
static List<Map<String,Object>> |
Acknowledgement_GroovyExtension.frames(Acknowledgement j_receiver) |
static Map<String,Object> |
Acknowledgement_GroovyExtension.subscription(Acknowledgement j_receiver) |
| 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 © 2017. All rights reserved.