public interface ClientAckListener
Modifier and Type | Method and Description |
---|---|
void |
messageNotAcknowledged(TopicMessage message,
List<TopicClient> clients)
This is a notification of non acknowledgement of a message that required
acknowledgement by one or more Clients.
|
void messageNotAcknowledged(TopicMessage message, List<TopicClient> clients)
message
- the message that was not acknowledged.clients
- a list of the Clients that did not acknowledge the
message.Copyright © 2016 Push Technology Ltd. All Rights Reserved.