- Enclosing class:
- Events
public static interface Events.Subscription
Interface for controlling the subscription.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcancel()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.
-