Interface Subscriptions
public interface Subscriptions
Interface providing valid subscription channels
-
Method Summary
Modifier and TypeMethodDescriptionstatic Subscription
Gets a subscription for the listings/add route to receiveListingAddEvent
sstatic Subscription
Gets a subscription for the listings/remove route to receiveListingRemoveEvent
sstatic Subscription
salesAdd()
Gets a subscription for the sales/add route to receiveSalesAddEvent
sstatic Subscription
Deprecated.Sales do not get removed at the moment
-
Method Details
-
listingAdd
Gets a subscription for the listings/add route to receiveListingAddEvent
s- Returns:
- new subscription
-
listingRemove
Gets a subscription for the listings/remove route to receiveListingRemoveEvent
s- Returns:
- new subscription
-
salesAdd
Gets a subscription for the sales/add route to receiveSalesAddEvent
s- Returns:
- new subscription
-
salesRemove
Deprecated.Sales do not get removed at the momentGets a subscription for the sales/remove route to receiveSalesRemoveEvent
s- Returns:
- new subscription
-