public class AmqpTransaction extends Object
| Constructor and Description |
|---|
AmqpTransaction(ByteBuffer transactionId)
Creates
AmqpTransaction given transactionId. |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
getTransactionId()
Gets the id for this transaction.
|
String |
toString()
String representation of the transaction id.
|
public AmqpTransaction(ByteBuffer transactionId)
AmqpTransaction given transactionId.transactionId - The id for this transaction.NullPointerException - if transactionId is null.public ByteBuffer getTransactionId()
Copyright © 2021 Microsoft Corporation. All rights reserved.