SurrealDB Docs Logo

Enter a search query

.LiveNotifications<T>(queryUuid)

Listen responses from an existing live query.

Method Syntax
db.LiveNotifications[UUID string](queryUuid)

Arguments

ArgumentsDescription
queryUuid required

The UUID of the live query to consume.

Example usage

Example
await using var liveQuery = db.LiveNotifications[Person](queryUuid); // Consume the live query...

On this page

© SurrealDB GitHub Discord Community Cloud Features Releases Install