Interface RealmEventStreamAsyncTask
Atlas Device SDKs are deprecated. Refer to the deprecation page for details.
io.realm.mongodb
Implemented interfaces:
The RealmEventStreamAsyncTask is a specific version of RealmAsyncTask that provides a non-blocking mechanism to work with asynchronous operations carried out against MongoDB Realm that yield stream results.
Method Summary
Modifier and Type | Method and Description |
---|---|
public void | Provides a way to subscribe to asynchronous operations via a callback, which handles both results and errors. |
public boolean | isOpen () Whether or not the stream is currently open. |
Inherited Methods
Method Detail
get
public void get ( ) |
---|
Provides a way to subscribe to asynchronous operations via a callback, which handles both results and errors. Parameters
Throws
|
isOpen
public boolean isOpen () |
---|
Whether or not the stream is currently open. Returns true if open, false if not. |