org.cometd
Interface DeliverListener

All Superinterfaces:
ClientListener, java.util.EventListener

public interface DeliverListener
extends ClientListener

Author:
athena

Method Summary
 void deliver(Client client, java.util.Queue<Message> queue)
          callback to notify that the queue is about to be sent to the client.
 

Method Detail

deliver

void deliver(Client client,
             java.util.Queue<Message> queue)
callback to notify that the queue is about to be sent to the client. This is the last chance to process the queue and remove duplicates or merge messages.



Copyright © 2011 Dojo Foundation. All Rights Reserved.