Class MiscRequestResponseOperationHandler
- java.lang.Object
-
- com.microsoft.azure.servicebus.primitives.ClientEntity
-
- com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler
-
public final class MiscRequestResponseOperationHandler extends ClientEntity
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CompletableFuture<Void>
addRuleAsync(RuleDescription ruleDescription)
static CompletableFuture<MiscRequestResponseOperationHandler>
create(MessagingFactory factory, String entityPath)
Deprecated.static CompletableFuture<MiscRequestResponseOperationHandler>
create(MessagingFactory factory, String entityPath, MessagingEntityType entityType)
CompletableFuture<Pair<String[],Integer>>
getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)
CompletableFuture<Collection<RuleDescription>>
getRulesAsync(int skip, int top)
protected CompletableFuture<Void>
onClose()
CompletableFuture<Void>
removeRuleAsync(String ruleName)
-
Methods inherited from class com.microsoft.azure.servicebus.primitives.ClientEntity
close, closeAsync, finalize, getClientId, getIsClosed, getIsClosingOrClosed, setClosed, setClosing, throwIfClosed
-
-
-
-
Method Detail
-
create
@Deprecated public static CompletableFuture<MiscRequestResponseOperationHandler> create(MessagingFactory factory, String entityPath)
Deprecated.
-
create
public static CompletableFuture<MiscRequestResponseOperationHandler> create(MessagingFactory factory, String entityPath, MessagingEntityType entityType)
-
onClose
protected CompletableFuture<Void> onClose()
- Specified by:
onClose
in classClientEntity
-
getMessageSessionsAsync
public CompletableFuture<Pair<String[],Integer>> getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)
-
removeRuleAsync
public CompletableFuture<Void> removeRuleAsync(String ruleName)
-
addRuleAsync
public CompletableFuture<Void> addRuleAsync(RuleDescription ruleDescription)
-
getRulesAsync
public CompletableFuture<Collection<RuleDescription>> getRulesAsync(int skip, int top)
-
-