public interface ProtonDeliveryHandler
Modifier and Type | Method and Description |
---|---|
void |
close(boolean remoteLinkClose) |
void |
close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
void |
onFlow(int currentCredits,
boolean drain) |
void |
onMessage(org.apache.qpid.proton.engine.Delivery delivery) |
void onFlow(int currentCredits, boolean drain)
void onMessage(org.apache.qpid.proton.engine.Delivery delivery) throws ActiveMQAMQPException
ActiveMQAMQPException
void close(boolean remoteLinkClose) throws ActiveMQAMQPException
ActiveMQAMQPException
void close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) throws ActiveMQAMQPException
ActiveMQAMQPException
Copyright © 2016 The Apache Software Foundation. All rights reserved.