org.cometd.bayeux.server
Interface ServerSession.DeQueueListener

All Superinterfaces:
BayeuxListener, java.util.EventListener, ServerSession.ServerSessionListener
Enclosing interface:
ServerSession

public static interface ServerSession.DeQueueListener
extends ServerSession.ServerSessionListener


Method Summary
 void deQueue(ServerSession session)
          callback to notify that the queue is about to be sent to the client.
 

Method Detail

deQueue

void deQueue(ServerSession session)
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 © 2010 Dojo Foundation. All Rights Reserved.