Interface RealmEventStreamTask<T>

  • Type Parameters:
    T - the result type delivered by this task.
    All Superinterfaces:
    RealmAsyncTask

    public interface RealmEventStreamTask<T>
    extends RealmAsyncTask
    The RealmEventStreamTask is a specific version of RealmAsyncTask that provides a blocking mechanism to work with asynchronous operations carried out against MongoDB Realm that yield stream results.
    • Method Detail

      • isOpen

        boolean isOpen()
        Whether or not the stream is currently open.
        Returns:
        true if open, false if not.