public interface SendAcknowledgementHandler
sendAcknowledged will be called with the message that
was sent asynchronously.| Modifier and Type | Method and Description |
|---|---|
void |
sendAcknowledged(Message message)
Notifies the client that a message sent asynchronously has been received by the server.
|
void sendAcknowledged(Message message)
message - message sent asynchronouslyCopyright © 2012 JBoss by Red Hat. All Rights Reserved.