MiscRequestResponseOperationHandler Class

  • java.lang.Object
    • ClientEntity
      • com.microsoft.azure.servicebus.primitives.MiscRequestResponseOperationHandler

public class MiscRequestResponseOperationHandler extends ClientEntity

Method Summary

Modifier and Type Method and Description
CompletableFuture<Void> addRuleAsync(RuleDescription ruleDescription)
CompletableFuture<MiscRequestResponseOperationHandler> create(MessagingFactory factory, String entityPath)
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)
CompletableFuture<Void> onClose()
CompletableFuture<Void> removeRuleAsync(String ruleName)

Inherited Members

Method Details

addRuleAsync

public CompletableFuture addRuleAsync(RuleDescription ruleDescription)

Parameters:

ruleDescription

create

public static CompletableFuture create(MessagingFactory factory, String entityPath)

Parameters:

factory
entityPath

create

public static CompletableFuture create(MessagingFactory factory, String entityPath, MessagingEntityType entityType)

Parameters:

factory
entityPath
entityType

getMessageSessionsAsync

public CompletableFuture> getMessageSessionsAsync(Date lastUpdatedTime, int skip, int top, String lastSessionId)

Parameters:

lastUpdatedTime
skip
top
lastSessionId

getRulesAsync

public CompletableFuture> getRulesAsync(int skip, int top)

Parameters:

skip
top

onClose

protected CompletableFuture onClose()

removeRuleAsync

public CompletableFuture removeRuleAsync(String ruleName)

Parameters:

ruleName

Applies to