org.apache.qpid.server.subscription
Interface ClientDeliveryMethod


public interface ClientDeliveryMethod


Method Summary
 void deliverToClient(Subscription sub, QueueEntry entry, long deliveryTag)
           
 

Method Detail

deliverToClient

void deliverToClient(Subscription sub,
                     QueueEntry entry,
                     long deliveryTag)
                     throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException


Licensed to the Apache Software Foundation