//! # Event subscriber module.
//!
//! This module contains the [`EventSubscriber`] trait, which is used to
//! implement objects that provides functionality to subscribe and unsubscribe
//! from real-time events stream.
use crateSubscriptionCursor;
/// Subscriber trait.
///
/// Types that implement this trait can change activity of real-time events
/// processing for specific or set of entities.