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 - :RemoteExceptionvoid startdeleteTopicFromRegistry(String topicName13, String subscriptionId14, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
deleteTopicFromRegistry12 - RemoteExceptionboolean checkCurrentUserHasTopicSubscriptionClosePermission()
throws RemoteException,
AndesMQTTAdminServiceBrokerManagerAdminException
checkCurrentUserHasTopicSubscriptionClosePermission16 - AndesMQTTAdminServiceBrokerManagerAdminException - :RemoteExceptionvoid startcheckCurrentUserHasTopicSubscriptionClosePermission(AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
checkCurrentUserHasTopicSubscriptionClosePermission16 - RemoteExceptionint getTotalSubscriptionCountForSearchResult(boolean isDurable20,
boolean isActive21,
String protocolType22,
String destinationType23,
String filteredNamePattern24,
boolean isFilteredNameByExactMatch25,
String identifierPattern26,
boolean isIdentifierPatternByExactMatch27,
String ownNodeId28)
throws RemoteException,
AndesMQTTAdminServiceBrokerManagerAdminException
getTotalSubscriptionCountForSearchResult19 - AndesMQTTAdminServiceBrokerManagerAdminException - :RemoteExceptionvoid startgetTotalSubscriptionCountForSearchResult(boolean isDurable20,
boolean isActive21,
String protocolType22,
String destinationType23,
String filteredNamePattern24,
boolean isFilteredNameByExactMatch25,
String identifierPattern26,
boolean isIdentifierPatternByExactMatch27,
String ownNodeId28,
AndesMQTTAdminServiceCallbackHandler callback)
throws RemoteException
getTotalSubscriptionCountForSearchResult19 - RemoteExceptionlong getMessageCount(String destinationName32, String msgPattern33) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getMessageCount31 - AndesMQTTAdminServiceBrokerManagerAdminException - :RemoteExceptionvoid startgetMessageCount(String destinationName32, String msgPattern33, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getMessageCount31 - RemoteExceptionSubscription[] getFilteredSubscriptions(MQTTSubscription subscription37, String tenantDomain38) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getFilteredSubscriptions36 - AndesMQTTAdminServiceBrokerManagerAdminException - :RemoteExceptionvoid startgetFilteredSubscriptions(MQTTSubscription subscription37, String tenantDomain38, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getFilteredSubscriptions36 - RemoteExceptionvoid closeSubscription(String subscriptionID42, String destination43, String protocolType44, String destinationType45) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
closeSubscription41 - AndesMQTTAdminServiceBrokerManagerAdminException - :RemoteExceptionvoid startcloseSubscription(String subscriptionID42, String destination43, String protocolType44, String destinationType45, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
closeSubscription41 - RemoteExceptionSubscription[] getSubscriptions(String isDurable48, String isActive49, String protocolType50, String destinationType51) throws RemoteException, AndesMQTTAdminServiceBrokerManagerAdminException
getSubscriptions47 - AndesMQTTAdminServiceBrokerManagerAdminException - :RemoteExceptionvoid startgetSubscriptions(String isDurable48, String isActive49, String protocolType50, String destinationType51, AndesMQTTAdminServiceCallbackHandler callback) throws RemoteException
getSubscriptions47 - RemoteExceptionCopyright © 2021 WSO2. All rights reserved.