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

128 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler"
name: "MiscRequestResponseOperationHandler"
nameWithType: "MiscRequestResponseOperationHandler"
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 final class **MiscRequestResponseOperationHandler**</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\" />"
methods:
- uid: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.addRuleAsync(com.microsoft.azure.servicebus.rules.RuleDescription)"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.addRuleAsync(RuleDescription ruleDescription)"
name: "addRuleAsync(RuleDescription ruleDescription)"
nameWithType: "MiscRequestResponseOperationHandler.addRuleAsync(RuleDescription ruleDescription)"
parameters:
- name: "ruleDescription"
type: "<xref href=\"com.microsoft.azure.servicebus.rules.RuleDescription?alt=com.microsoft.azure.servicebus.rules.RuleDescription&text=RuleDescription\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Void> addRuleAsync(RuleDescription ruleDescription)"
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.MiscRequestResponseOperationHandler.create(com.microsoft.azure.servicebus.primitives.MessagingFactory,java.lang.String)"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.create(MessagingFactory factory, String entityPath)"
name: "create(MessagingFactory factory, String entityPath)"
nameWithType: "MiscRequestResponseOperationHandler.create(MessagingFactory factory, String entityPath)"
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: "entityPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public static CompletableFuture<MiscRequestResponseOperationHandler> create(MessagingFactory factory, String entityPath)"
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.MiscRequestResponseOperationHandler?alt=com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler&text=MiscRequestResponseOperationHandler\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.create(com.microsoft.azure.servicebus.primitives.MessagingFactory,java.lang.String,com.microsoft.azure.servicebus.primitives.MessagingEntityType)"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.create(MessagingFactory factory, String entityPath, MessagingEntityType entityType)"
name: "create(MessagingFactory factory, String entityPath, MessagingEntityType entityType)"
nameWithType: "MiscRequestResponseOperationHandler.create(MessagingFactory factory, String entityPath, 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: "entityPath"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- 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<MiscRequestResponseOperationHandler> create(MessagingFactory factory, String entityPath, 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.MiscRequestResponseOperationHandler?alt=com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler&text=MiscRequestResponseOperationHandler\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.getMessageSessionsAsync(java.util.Date,int,int,java.lang.String)"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)"
name: "getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)"
nameWithType: "MiscRequestResponseOperationHandler.getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)"
parameters:
- name: "lastUpdatedTime"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Date.html\">Date</a>"
- name: "skip"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "top"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "lastSessionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CompletableFuture<Pair<String[],Integer>> getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)"
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.Pair?alt=com.microsoft.azure.servicebus.primitives.Pair&text=Pair\" data-throw-if-not-resolved=\"False\" />&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/Integer.html\">Integer</a>&gt;&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.getRulesAsync(int,int)"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.getRulesAsync(int skip, int top)"
name: "getRulesAsync(int skip, int top)"
nameWithType: "MiscRequestResponseOperationHandler.getRulesAsync(int skip, int top)"
parameters:
- name: "skip"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- name: "top"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CompletableFuture<Collection<RuleDescription>> getRulesAsync(int skip, int top)"
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.rules.RuleDescription?alt=com.microsoft.azure.servicebus.rules.RuleDescription&text=RuleDescription\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.onClose()"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.onClose()"
name: "onClose()"
nameWithType: "MiscRequestResponseOperationHandler.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.MiscRequestResponseOperationHandler.removeRuleAsync(java.lang.String)"
fullName: "com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler.removeRuleAsync(String ruleName)"
name: "removeRuleAsync(String ruleName)"
nameWithType: "MiscRequestResponseOperationHandler.removeRuleAsync(String ruleName)"
parameters:
- name: "ruleName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CompletableFuture<Void> removeRuleAsync(String ruleName)"
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"
metadata: {}
package: "com.microsoft.azure.servicebus.primitives"
artifact: com.microsoft.azure:azure-servicebus:3.6.7