Interface Events.Subscription

Enclosing class:
Events

public static interface Events.Subscription
Interface for controlling the subscription.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancel the subscription, indicating that no more items are required.
  • Method Details

    • cancel

      void cancel()
      Cancel the subscription, indicating that no more items are required.