Package org.azd.interfaces
Interface ServiceHooksDetails
- All Known Implementing Classes:
ServiceHooksApi
public interface ServiceHooksDetails
-
Method Summary
Modifier and TypeMethodDescriptioncreateSubscription
(ServiceHooks serviceHooks) deleteSubscription
(String subscriptionId) getSubscription
(String subscriptionId) getSubscriptions
(String consumerActionId, String consumerId, String eventType, String publisherId)
-
Method Details
-
getSubscription
- Throws:
AzDException
-
getSubscriptions
- Throws:
AzDException
-
getSubscriptions
ServiceHooksSubscriptions getSubscriptions(String consumerActionId, String consumerId, String eventType, String publisherId) throws AzDException - Throws:
AzDException
-
deleteSubscription
- Throws:
AzDException
-
createSubscription
- Throws:
AzDException
-