| Package | Description |
|---|---|
| io.vertx.ext.stomp |
= Vert.x-Stomp
:toc: left
STOMP is the Simple (or Streaming) Text Orientated Messaging Protocol.
|
| 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.
|
Copyright © 2018 Eclipse. All rights reserved.