Interface Subscriptions


public interface Subscriptions
Interface providing valid subscription channels
  • Method Details

    • listingAdd

      static Subscription listingAdd()
      Gets a subscription for the listings/add route to receive ListingAddEvents
      Returns:
      new subscription
    • listingRemove

      static Subscription listingRemove()
      Gets a subscription for the listings/remove route to receive ListingRemoveEvents
      Returns:
      new subscription
    • salesAdd

      static Subscription salesAdd()
      Gets a subscription for the sales/add route to receive SalesAddEvents
      Returns:
      new subscription
    • salesRemove

      @Deprecated static Subscription salesRemove()
      Deprecated.
      Sales do not get removed at the moment
      Gets a subscription for the sales/remove route to receive SalesRemoveEvents
      Returns:
      new subscription