Interface ServerSession.DeQueueListener

All Superinterfaces:
Bayeux.BayeuxListener, EventListener, ServerSession.ServerSessionListener
All Known Implementing Classes:
AcknowledgedMessagesSessionExtension
Enclosing interface:
ServerSession

public static interface ServerSession.DeQueueListener extends ServerSession.ServerSessionListener

Listeners objects that implement this interface will be notified when the session queue is being drained to actually deliver the messages.

This is a restricted listener interface, see ServerSession.QueueMaxedListener.