NotificationEventArgs constructor
NotificationEventArgs(
- StreamingSubscription subscription,
- Iterable<
NotificationEvent> events
Implementation
NotificationEventArgs(
StreamingSubscription subscription, Iterable<NotificationEvent> events) {
this.Subscription = subscription;
this.Events = events;
}