Interface NotificationService


public interface NotificationService
NotificationService...
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    subscribe(Subscription subscription)
    Adds the given subscription.
    void
    unsubscribe(Subscription subscription)
    Removes the given subscription.
  • Method Details

    • subscribe

      void subscribe(Subscription subscription)
      Adds the given subscription.
      Parameters:
      subscription - The Subscription.
    • unsubscribe

      void unsubscribe(Subscription subscription)
      Removes the given subscription.
      Parameters:
      subscription - The Subscription