public interface AndesMQTTAdminService
Modifier and Type | Method and Description |
---|---|
boolean |
checkCurrentUserHasTopicSubscriptionClosePermission()
Auto generated method signature
|
void |
closeSubscription(String subscriptionID42,
String destination43,
String protocolType44,
String destinationType45)
Auto generated method signature
|
void |
deleteTopicFromRegistry(String topicName13,
String subscriptionId14)
Auto generated method signature
|
Subscription[] |
getFilteredSubscriptions(MQTTSubscription subscription37,
String tenantDomain38)
Auto generated method signature
|
long |
getMessageCount(String destinationName32,
String msgPattern33)
Auto generated method signature
|
Subscription[] |
getSubscriptions(String isDurable48,
String isActive49,
String protocolType50,
String destinationType51)
Auto generated method signature
|
int |
getTotalSubscriptionCountForSearchResult(boolean isDurable20,
boolean isActive21,
String protocolType22,
String destinationType23,
String filteredNamePattern24,
boolean isFilteredNameByExactMatch25,
String identifierPattern26,
boolean isIdentifierPatternByExactMatch27,
String ownNodeId28)
Auto generated method signature
|
void |
startcheckCurrentUserHasTopicSubscriptionClosePermission(AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startcloseSubscription(String subscriptionID42,
String destination43,
String protocolType44,
String destinationType45,
AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startdeleteTopicFromRegistry(String topicName13,
String subscriptionId14,
AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetFilteredSubscriptions(MQTTSubscription subscription37,
String tenantDomain38,
AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetMessageCount(String destinationName32,
String msgPattern33,
AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptions(String isDurable48,
String isActive49,
String protocolType50,
String destinationType51,
AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetTotalSubscriptionCountForSearchResult(boolean isDurable20,
boolean isActive21,
String protocolType22,
String destinationType23,
String filteredNamePattern24,
boolean isFilteredNameByExactMatch25,
String identifierPattern26,
boolean isIdentifierPatternByExactMatch27,
String ownNodeId28,
AndesMQTTAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void deleteTopicFromRegistry(String topicName13, String subscriptionId14) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
deleteTopicFromRegistry12
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startdeleteTopicFromRegistry(String topicName13, String subscriptionId14, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
deleteTopicFromRegistry12
- RemoteException
boolean checkCurrentUserHasTopicSubscriptionClosePermission() throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
checkCurrentUserHasTopicSubscriptionClosePermission16
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startcheckCurrentUserHasTopicSubscriptionClosePermission(AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasTopicSubscriptionClosePermission16
- RemoteException
int getTotalSubscriptionCountForSearchResult(boolean isDurable20, boolean isActive21, String protocolType22, String destinationType23, String filteredNamePattern24, boolean isFilteredNameByExactMatch25, String identifierPattern26, boolean isIdentifierPatternByExactMatch27, String ownNodeId28) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getTotalSubscriptionCountForSearchResult19
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetTotalSubscriptionCountForSearchResult(boolean isDurable20, boolean isActive21, String protocolType22, String destinationType23, String filteredNamePattern24, boolean isFilteredNameByExactMatch25, String identifierPattern26, boolean isIdentifierPatternByExactMatch27, String ownNodeId28, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getTotalSubscriptionCountForSearchResult19
- RemoteException
long getMessageCount(String destinationName32, String msgPattern33) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getMessageCount31
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetMessageCount(String destinationName32, String msgPattern33, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getMessageCount31
- RemoteException
Subscription[] getFilteredSubscriptions(MQTTSubscription subscription37, String tenantDomain38) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getFilteredSubscriptions36
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetFilteredSubscriptions(MQTTSubscription subscription37, String tenantDomain38, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getFilteredSubscriptions36
- RemoteException
void closeSubscription(String subscriptionID42, String destination43, String protocolType44, String destinationType45) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
closeSubscription41
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startcloseSubscription(String subscriptionID42, String destination43, String protocolType44, String destinationType45, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
closeSubscription41
- RemoteException
Subscription[] getSubscriptions(String isDurable48, String isActive49, String protocolType50, String destinationType51) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getSubscriptions47
- AndesMQTTAdminServiceBrokerManagerAdminException
- :RemoteException
void startgetSubscriptions(String isDurable48, String isActive49, String protocolType50, String destinationType51, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getSubscriptions47
- RemoteException
Copyright © 2019 WSO2. All rights reserved.