public interface BrokerServerPutHandler
| Modifier and Type | Method and Description |
|---|---|
void |
put(QueueManager queueManager,
Queue queue,
Object item)
Called to "put" an item onto a Queue for a BrokerServer.
|
void put(QueueManager queueManager, Queue queue, Object item) throws BrokerProtocolException
queueManager - The queue manager the BrokerServer is "attached" toqueue - The queue the item was directed to be put on.item - The item to put on the queueBrokerProtocolException - Thrown if there is an exception while
attempting to put the item on the queue.Copyright © 2009-2014 Cloudhopper by Twitter. All Rights Reserved.