public class ProtonTransactionHandler extends Object implements ProtonDeliveryHandler
| Constructor and Description |
|---|
ProtonTransactionHandler(AMQPSessionCallback sessionSPI) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(boolean linkRemoteClose) |
void |
close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition) |
void |
onFlow(int credits,
boolean drain) |
void |
onMessage(org.apache.qpid.proton.engine.Delivery delivery) |
public ProtonTransactionHandler(AMQPSessionCallback sessionSPI)
public void onMessage(org.apache.qpid.proton.engine.Delivery delivery)
throws ActiveMQAMQPException
onMessage in interface ProtonDeliveryHandlerActiveMQAMQPExceptionpublic void onFlow(int credits,
boolean drain)
onFlow in interface ProtonDeliveryHandlerpublic void close(boolean linkRemoteClose)
throws ActiveMQAMQPException
close in interface ProtonDeliveryHandlerActiveMQAMQPExceptionpublic void close(org.apache.qpid.proton.amqp.transport.ErrorCondition condition)
throws ActiveMQAMQPException
close in interface ProtonDeliveryHandlerActiveMQAMQPExceptionCopyright © 2017 The Apache Software Foundation. All Rights Reserved.