org.cometd
Interface MessageListener.Synchronous

Enclosing interface:
MessageListener

public static interface MessageListener.Synchronous

Subtype of MessageListener that requires synchronous message delivery. The Client object is locked during the call to MessageListener.deliver(Client, Client, Message), thus guaranteeing that only a single message will be delivered at once and in order of receipt.




Copyright © 2010 Dojo Foundation. All Rights Reserved.