public interface EventingAdminService
Modifier and Type | Method and Description |
---|---|
String[] |
getExpiredSubscriptions(String serviceName5)
Auto generated method signature
|
SubscriptionDTO |
getSubscriptionDetails(String serviceName9,
String subscriberId10)
Auto generated method signature
|
String[] |
getValidSubscriptions(String serviceName14)
Auto generated method signature
|
void |
startgetExpiredSubscriptions(String serviceName5,
EventingAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetSubscriptionDetails(String serviceName9,
String subscriberId10,
EventingAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
startgetValidSubscriptions(String serviceName14,
EventingAdminServiceCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
String[] getExpiredSubscriptions(String serviceName5) throws RemoteException
getExpiredSubscriptions4
- RemoteException
void startgetExpiredSubscriptions(String serviceName5, EventingAdminServiceCallbackHandler callback) throws RemoteException
getExpiredSubscriptions4
- RemoteException
SubscriptionDTO getSubscriptionDetails(String serviceName9, String subscriberId10) throws RemoteException
getSubscriptionDetails8
- RemoteException
void startgetSubscriptionDetails(String serviceName9, String subscriberId10, EventingAdminServiceCallbackHandler callback) throws RemoteException
getSubscriptionDetails8
- RemoteException
String[] getValidSubscriptions(String serviceName14) throws RemoteException
getValidSubscriptions13
- RemoteException
void startgetValidSubscriptions(String serviceName14, EventingAdminServiceCallbackHandler callback) throws RemoteException
getValidSubscriptions13
- RemoteException
Copyright © 2024 WSO2. All rights reserved.