The classic client API will be removed in a future release.
@Deprecated public interface ServerAckListener
Modifier and Type | Method and Description |
---|---|
void |
messageNotAcknowledged(ServerConnection serverConnection,
TopicMessage message)
Deprecated.
This is a notification of non acknowledgement of a message that required
acknowledgement by the Server.
|
void messageNotAcknowledged(ServerConnection serverConnection, TopicMessage message)
serverConnection
- the Server connection that did not acknowledge
the message.message
- the message that was not acknowledged.Copyright © 2016 Push Technology Ltd. All Rights Reserved.