Package com.surrealdb

Class LiveStream

java.lang.Object
com.surrealdb.LiveStream
All Implemented Interfaces:
AutoCloseable

public class LiveStream extends Object implements AutoCloseable
Blocking iterator over live query notifications. Call next() in a loop and close() when done. Implements AutoCloseable for use in try-with-resources.