azure-docs-sdk-java/docs-ref-autogen/com.azure.core.amqp.AmqpTra...

63 строки
3.9 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.amqp.AmqpTransaction"
fullName: "com.azure.core.amqp.AmqpTransaction"
name: "AmqpTransaction"
nameWithType: "AmqpTransaction"
summary: "Represents transaction in message broker."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **AmqpTransaction**"
constructors:
- uid: "com.azure.core.amqp.AmqpTransaction.AmqpTransaction(java.nio.ByteBuffer)"
fullName: "com.azure.core.amqp.AmqpTransaction.AmqpTransaction(ByteBuffer transactionId)"
name: "AmqpTransaction(ByteBuffer transactionId)"
nameWithType: "AmqpTransaction.AmqpTransaction(ByteBuffer transactionId)"
summary: "Creates <xref uid=\"com.azure.core.amqp.AmqpTransaction\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpTransaction\"></xref> given `transactionId`."
parameters:
- description: "The id for this transaction."
name: "transactionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>"
syntax: "public AmqpTransaction(ByteBuffer transactionId)"
desc: "Creates <xref uid=\"com.azure.core.amqp.AmqpTransaction\" data-throw-if-not-resolved=\"false\" data-raw-source=\"AmqpTransaction\"></xref> given `transactionId`."
methods:
- uid: "com.azure.core.amqp.AmqpTransaction.getTransactionId()"
fullName: "com.azure.core.amqp.AmqpTransaction.getTransactionId()"
name: "getTransactionId()"
nameWithType: "AmqpTransaction.getTransactionId()"
summary: "Gets the id for this transaction."
syntax: "public ByteBuffer getTransactionId()"
desc: "Gets the id for this transaction."
returns:
description: "The id for this transaction."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/nio/ByteBuffer.html\">ByteBuffer</a>"
- uid: "com.azure.core.amqp.AmqpTransaction.toString()"
fullName: "com.azure.core.amqp.AmqpTransaction.toString()"
name: "toString()"
nameWithType: "AmqpTransaction.toString()"
summary: "String representation of the transaction id."
overridden: "java.lang.Object.toString()"
syntax: "public String toString()"
desc: "String representation of the transaction id."
returns:
description: "string representation of the transaction id."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "class"
desc: "Represents transaction in message broker. It does not do any network operation on its own. It contains meta data about transaction such as transaction id."
metadata: {}
package: "com.azure.core.amqp"
artifact: com.azure:azure-core-amqp:2.9.11