Package | Description |
---|---|
org.wso2.carbon.andes.admin |
Modifier and Type | Method and Description |
---|---|
Subscription[] |
AndesAdminService.getAllSubscriptions()
Gets all subscriptions.
|
Subscription[] |
AndesAdminService.getFilteredSubscriptions(boolean isDurable,
boolean isActive,
String protocolType,
String destinationType,
String filteredNamePattern,
boolean isFilteredNameByExactMatch,
String identifierPattern,
boolean isIdentifierPatternByExactMatch,
String ownNodeId,
int pageNumber,
int subscriptionCountPerPage)
Retrieve subscriptions matching to the given search criteria.
|
Subscription[] |
AndesAdminService.getSubscriptions(String isDurable,
String isActive,
String protocolType,
String destinationType)
Retrieve subscriptions matching the given criteria.
|
Modifier and Type | Method and Description |
---|---|
int |
AndesAdminService.CustomSubscriptionComparator.compare(Subscription sub1,
Subscription sub2) |
Copyright © 2023 WSO2. All rights reserved.