azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

421 строка
43 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver"
name: "CoreMessageReceiver"
nameWithType: "CoreMessageReceiver"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity?alt=com.microsoft.azure.servicebus.primitives.ClientEntity&text=ClientEntity\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.close()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.close&text=close\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.closeAsync()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.closeAsync&text=closeAsync\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.finalize()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.getClientId()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.getClientId&text=getClientId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.getIsClosed()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.getIsClosed&text=getIsClosed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.getIsClosingOrClosed()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.getIsClosingOrClosed&text=getIsClosingOrClosed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.onClose()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.onClose&text=onClose\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.setClosed()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.setClosed&text=setClosed\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.setClosing()?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.setClosing&text=setClosing\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity.throwIfClosed(java.lang.Throwable)?alt=com.microsoft.azure.servicebus.primitives.ClientEntity.throwIfClosed&text=throwIfClosed\" data-throw-if-not-resolved=\"False\" />"
- 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#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 **CoreMessageReceiver**</br> extends <xref href=\"com.microsoft.azure.servicebus.primitives.ClientEntity?alt=com.microsoft.azure.servicebus.primitives.ClientEntity&text=ClientEntity\" data-throw-if-not-resolved=\"False\" /></br> implements <xref href=\"com.microsoft.azure.servicebus.amqp.IAmqpReceiver?alt=com.microsoft.azure.servicebus.amqp.IAmqpReceiver&text=IAmqpReceiver\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.servicebus.primitives.IErrorContextProvider?alt=com.microsoft.azure.servicebus.primitives.IErrorContextProvider&text=IErrorContextProvider\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.abandonMessageAsync(byte[],java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.abandonMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "abandonMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.abandonMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "deliveryTag"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> abandonMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.abandonMessageAsync(java.util.UUID,java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.abandonMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "abandonMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.abandonMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "lockToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> abandonMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.completeMessageAsync(byte[],com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.completeMessageAsync(byte[] deliveryTag, TransactionContext transaction)"
name: "completeMessageAsync(byte[] deliveryTag, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.completeMessageAsync(byte[] deliveryTag, TransactionContext transaction)"
parameters:
- name: "deliveryTag"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> completeMessageAsync(byte[] deliveryTag, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.completeMessageAsync(java.util.UUID,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.completeMessageAsync(UUID lockToken, TransactionContext transaction)"
name: "completeMessageAsync(UUID lockToken, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.completeMessageAsync(UUID lockToken, TransactionContext transaction)"
parameters:
- name: "lockToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> completeMessageAsync(UUID lockToken, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(com.microsoft.azure.servicebus.primitives.MessagingFactory,java.lang.String,java.lang.String,int,com.microsoft.azure.servicebus.primitives.SettleModePair)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair)"
name: "create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair)"
nameWithType: "CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair)"
modifiers:
- "static"
parameters:
- name: "factory"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingFactory?alt=com.microsoft.azure.servicebus.primitives.MessagingFactory&text=MessagingFactory\" data-throw-if-not-resolved=\"False\" />"
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "recvPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "prefetchCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "settleModePair"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.SettleModePair?alt=com.microsoft.azure.servicebus.primitives.SettleModePair&text=SettleModePair\" data-throw-if-not-resolved=\"False\" />"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public static CompletableFuture<CoreMessageReceiver> create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.CoreMessageReceiver?alt=com.microsoft.azure.servicebus.primitives.CoreMessageReceiver&text=CoreMessageReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(com.microsoft.azure.servicebus.primitives.MessagingFactory,java.lang.String,java.lang.String,int,com.microsoft.azure.servicebus.primitives.SettleModePair,com.microsoft.azure.servicebus.primitives.MessagingEntityType)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
name: "create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
nameWithType: "CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
modifiers:
- "static"
parameters:
- name: "factory"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingFactory?alt=com.microsoft.azure.servicebus.primitives.MessagingFactory&text=MessagingFactory\" data-throw-if-not-resolved=\"False\" />"
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "recvPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "prefetchCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "settleModePair"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.SettleModePair?alt=com.microsoft.azure.servicebus.primitives.SettleModePair&text=SettleModePair\" data-throw-if-not-resolved=\"False\" />"
- name: "entityType"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingEntityType?alt=com.microsoft.azure.servicebus.primitives.MessagingEntityType&text=MessagingEntityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CompletableFuture<CoreMessageReceiver> create(MessagingFactory factory, String name, String recvPath, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.CoreMessageReceiver?alt=com.microsoft.azure.servicebus.primitives.CoreMessageReceiver&text=CoreMessageReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(com.microsoft.azure.servicebus.primitives.MessagingFactory,java.lang.String,java.lang.String,java.lang.String,boolean,int,com.microsoft.azure.servicebus.primitives.SettleModePair)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair)"
name: "create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair)"
nameWithType: "CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair)"
modifiers:
- "static"
parameters:
- name: "factory"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingFactory?alt=com.microsoft.azure.servicebus.primitives.MessagingFactory&text=MessagingFactory\" data-throw-if-not-resolved=\"False\" />"
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "recvPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "sessionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "isBrowsableSession"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- name: "prefetchCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "settleModePair"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.SettleModePair?alt=com.microsoft.azure.servicebus.primitives.SettleModePair&text=SettleModePair\" data-throw-if-not-resolved=\"False\" />"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public static CompletableFuture<CoreMessageReceiver> create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.CoreMessageReceiver?alt=com.microsoft.azure.servicebus.primitives.CoreMessageReceiver&text=CoreMessageReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(com.microsoft.azure.servicebus.primitives.MessagingFactory,java.lang.String,java.lang.String,java.lang.String,boolean,int,com.microsoft.azure.servicebus.primitives.SettleModePair,com.microsoft.azure.servicebus.primitives.MessagingEntityType)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
name: "create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
nameWithType: "CoreMessageReceiver.create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
modifiers:
- "static"
parameters:
- name: "factory"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingFactory?alt=com.microsoft.azure.servicebus.primitives.MessagingFactory&text=MessagingFactory\" data-throw-if-not-resolved=\"False\" />"
- name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "recvPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "sessionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "isBrowsableSession"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- name: "prefetchCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "settleModePair"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.SettleModePair?alt=com.microsoft.azure.servicebus.primitives.SettleModePair&text=SettleModePair\" data-throw-if-not-resolved=\"False\" />"
- name: "entityType"
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.MessagingEntityType?alt=com.microsoft.azure.servicebus.primitives.MessagingEntityType&text=MessagingEntityType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CompletableFuture<CoreMessageReceiver> create(MessagingFactory factory, String name, String recvPath, String sessionId, boolean isBrowsableSession, int prefetchCount, SettleModePair settleModePair, MessagingEntityType entityType)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.CoreMessageReceiver?alt=com.microsoft.azure.servicebus.primitives.CoreMessageReceiver&text=CoreMessageReceiver\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deadLetterMessageAsync(byte[],java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deadLetterMessageAsync(byte[] deliveryTag, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "deadLetterMessageAsync(byte[] deliveryTag, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.deadLetterMessageAsync(byte[] deliveryTag, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "deliveryTag"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- name: "deadLetterReason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "deadLetterErrorDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> deadLetterMessageAsync(byte[] deliveryTag, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deadLetterMessageAsync(java.util.UUID,java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deadLetterMessageAsync(UUID lockToken, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "deadLetterMessageAsync(UUID lockToken, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.deadLetterMessageAsync(UUID lockToken, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "lockToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- name: "deadLetterReason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "deadLetterErrorDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> deadLetterMessageAsync(UUID lockToken, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deferMessageAsync(byte[],java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deferMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "deferMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.deferMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "deliveryTag"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> deferMessageAsync(byte[] deliveryTag, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deferMessageAsync(java.util.UUID,java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.deferMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "deferMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.deferMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "lockToken"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> deferMessageAsync(UUID lockToken, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getContext()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getContext()"
name: "getContext()"
nameWithType: "CoreMessageReceiver.getContext()"
syntax: "public ErrorContext getContext()"
returns:
type: "<xref href=\"com.microsoft.azure.servicebus.primitives.ErrorContext?alt=com.microsoft.azure.servicebus.primitives.ErrorContext&text=ErrorContext\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getPrefetchCount()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getPrefetchCount()"
name: "getPrefetchCount()"
nameWithType: "CoreMessageReceiver.getPrefetchCount()"
syntax: "public int getPrefetchCount()"
returns:
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getSessionId()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getSessionId()"
name: "getSessionId()"
nameWithType: "CoreMessageReceiver.getSessionId()"
syntax: "public String getSessionId()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getSessionLockedUntilUtc()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getSessionLockedUntilUtc()"
name: "getSessionLockedUntilUtc()"
nameWithType: "CoreMessageReceiver.getSessionLockedUntilUtc()"
syntax: "public Instant getSessionLockedUntilUtc()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getSessionStateAsync()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.getSessionStateAsync()"
name: "getSessionStateAsync()"
nameWithType: "CoreMessageReceiver.getSessionStateAsync()"
syntax: "public CompletableFuture<byte[]> getSessionStateAsync()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onClose()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onClose()"
name: "onClose()"
nameWithType: "CoreMessageReceiver.onClose()"
modifiers:
- "protected"
overridden: "com.microsoft.azure.servicebus.primitives.ClientEntity.onClose()"
syntax: "protected CompletableFuture<Void> onClose()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onClose(org.apache.qpid.proton.amqp.transport.ErrorCondition)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onClose(ErrorCondition condition)"
name: "onClose(ErrorCondition condition)"
nameWithType: "CoreMessageReceiver.onClose(ErrorCondition condition)"
parameters:
- name: "condition"
type: "<xref href=\"org.apache.qpid.proton.amqp.transport.ErrorCondition?alt=org.apache.qpid.proton.amqp.transport.ErrorCondition&text=ErrorCondition\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void onClose(ErrorCondition condition)"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onError(java.lang.Exception)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onError(Exception exception)"
name: "onError(Exception exception)"
nameWithType: "CoreMessageReceiver.onError(Exception exception)"
parameters:
- name: "exception"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html\">Exception</a>"
syntax: "public void onError(Exception exception)"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onOpenComplete(java.lang.Exception)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onOpenComplete(Exception exception)"
name: "onOpenComplete(Exception exception)"
nameWithType: "CoreMessageReceiver.onOpenComplete(Exception exception)"
parameters:
- name: "exception"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html\">Exception</a>"
syntax: "public void onOpenComplete(Exception exception)"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onReceiveComplete(org.apache.qpid.proton.engine.Delivery)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.onReceiveComplete(Delivery delivery)"
name: "onReceiveComplete(Delivery delivery)"
nameWithType: "CoreMessageReceiver.onReceiveComplete(Delivery delivery)"
parameters:
- name: "delivery"
type: "<xref href=\"org.apache.qpid.proton.engine.Delivery?alt=org.apache.qpid.proton.engine.Delivery&text=Delivery\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void onReceiveComplete(Delivery delivery)"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.peekMessagesAsync(long,int,java.lang.String)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.peekMessagesAsync(long fromSequenceNumber, int messageCount, String sessionId)"
name: "peekMessagesAsync(long fromSequenceNumber, int messageCount, String sessionId)"
nameWithType: "CoreMessageReceiver.peekMessagesAsync(long fromSequenceNumber, int messageCount, String sessionId)"
parameters:
- name: "fromSequenceNumber"
type: "<xref href=\"long?alt=long&text=long\" data-throw-if-not-resolved=\"False\" />"
- name: "messageCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "sessionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CompletableFuture<Collection<Message>> peekMessagesAsync(long fromSequenceNumber, int messageCount, String sessionId)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"org.apache.qpid.proton.message.Message?alt=org.apache.qpid.proton.message.Message&text=Message\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.receiveAsync(int,java.time.Duration)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.receiveAsync(int maxMessageCount, Duration timeout)"
name: "receiveAsync(int maxMessageCount, Duration timeout)"
nameWithType: "CoreMessageReceiver.receiveAsync(int maxMessageCount, Duration timeout)"
parameters:
- name: "maxMessageCount"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "timeout"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
syntax: "public CompletableFuture<Collection<MessageWithDeliveryTag>> receiveAsync(int maxMessageCount, Duration timeout)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.MessageWithDeliveryTag?alt=com.microsoft.azure.servicebus.primitives.MessageWithDeliveryTag&text=MessageWithDeliveryTag\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.receiveDeferredMessageBatchAsync(java.lang.Long[])"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.receiveDeferredMessageBatchAsync(Long[] sequenceNumbers)"
name: "receiveDeferredMessageBatchAsync(Long[] sequenceNumbers)"
nameWithType: "CoreMessageReceiver.receiveDeferredMessageBatchAsync(Long[] sequenceNumbers)"
parameters:
- name: "sequenceNumbers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>[]"
syntax: "public CompletableFuture<Collection<MessageWithLockToken>> receiveDeferredMessageBatchAsync(Long[] sequenceNumbers)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.microsoft.azure.servicebus.primitives.MessageWithLockToken?alt=com.microsoft.azure.servicebus.primitives.MessageWithLockToken&text=MessageWithLockToken\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.renewMessageLocksAsync(java.util.UUID[])"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.renewMessageLocksAsync(UUID[] lockTokens)"
name: "renewMessageLocksAsync(UUID[] lockTokens)"
nameWithType: "CoreMessageReceiver.renewMessageLocksAsync(UUID[] lockTokens)"
parameters:
- name: "lockTokens"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>[]"
syntax: "public CompletableFuture<Collection<Instant>> renewMessageLocksAsync(UUID[] lockTokens)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html\">Instant</a>&gt;&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.renewSessionLocksAsync()"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.renewSessionLocksAsync()"
name: "renewSessionLocksAsync()"
nameWithType: "CoreMessageReceiver.renewSessionLocksAsync()"
syntax: "public CompletableFuture<Void> renewSessionLocksAsync()"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.setPrefetchCount(int)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.setPrefetchCount(int value)"
name: "setPrefetchCount(int value)"
nameWithType: "CoreMessageReceiver.setPrefetchCount(int value)"
parameters:
- name: "value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public void setPrefetchCount(int value)"
exceptions:
- type: "<xref href=\"com.microsoft.azure.servicebus.primitives.ServiceBusException?alt=com.microsoft.azure.servicebus.primitives.ServiceBusException&text=ServiceBusException\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.setSessionStateAsync(byte[])"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.setSessionStateAsync(byte[] sessionState)"
name: "setSessionStateAsync(byte[] sessionState)"
nameWithType: "CoreMessageReceiver.setSessionStateAsync(byte[] sessionState)"
parameters:
- name: "sessionState"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public CompletableFuture<Void> setSessionStateAsync(byte[] sessionState)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.updateDispositionAsync(java.util.UUID[],java.lang.String,java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.Object>,com.microsoft.azure.servicebus.TransactionContext)"
fullName: "com.microsoft.azure.servicebus.primitives.CoreMessageReceiver.updateDispositionAsync(UUID[] lockTokens, String dispositionStatus, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
name: "updateDispositionAsync(UUID[] lockTokens, String dispositionStatus, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
nameWithType: "CoreMessageReceiver.updateDispositionAsync(UUID[] lockTokens, String dispositionStatus, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
parameters:
- name: "lockTokens"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>[]"
- name: "dispositionStatus"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "deadLetterReason"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "deadLetterErrorDescription"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- name: "propertiesToModify"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>&gt;"
- name: "transaction"
type: "<xref href=\"com.microsoft.azure.servicebus.TransactionContext?alt=com.microsoft.azure.servicebus.TransactionContext&text=TransactionContext\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> updateDispositionAsync(UUID[] lockTokens, String dispositionStatus, String deadLetterReason, String deadLetterErrorDescription, Map<String,Object> propertiesToModify, TransactionContext transaction)"
returns:
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/CompletableFuture.html\">CompletableFuture</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
type: "class"
implements:
- "<xref href=\"com.microsoft.azure.servicebus.amqp.IAmqpReceiver?alt=com.microsoft.azure.servicebus.amqp.IAmqpReceiver&text=IAmqpReceiver\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.servicebus.primitives.IErrorContextProvider?alt=com.microsoft.azure.servicebus.primitives.IErrorContextProvider&text=IErrorContextProvider\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.servicebus.primitives"
artifact: com.microsoft.azure:azure-servicebus:3.6.7