Interface Subscriptions
public interface Subscriptions
Interface providing valid subscription channels
-
Method Summary
Modifier and TypeMethodDescriptionstatic SubscriptionGets a subscription for the listings/add route to receiveListingAddEventsstatic SubscriptionGets a subscription for the listings/remove route to receiveListingRemoveEventsstatic SubscriptionsalesAdd()Gets a subscription for the sales/add route to receiveSalesAddEventsstatic SubscriptionDeprecated.Sales do not get removed at the moment
-
Method Details
-
listingAdd
Gets a subscription for the listings/add route to receiveListingAddEvents- Returns:
- new subscription
-
listingRemove
Gets a subscription for the listings/remove route to receiveListingRemoveEvents- Returns:
- new subscription
-
salesAdd
Gets a subscription for the sales/add route to receiveSalesAddEvents- Returns:
- new subscription
-
salesRemove
Deprecated.Sales do not get removed at the momentGets a subscription for the sales/remove route to receiveSalesRemoveEvents- Returns:
- new subscription
-