buildSubscriptionQueryForSelectedEntry

expect fun buildSubscriptionQueryForSelectedEntry(eventType: KvdbEventType, kvdbId: String, kvdbEntryKey: String): String

Generate subscription Query for the KVDB events for single KvdbEntry.

Return

Query to subscribe to an event.

Parameters

eventType

type of event you listen for

kvdbId

Id of Kvdb

kvdbEntryKey

Key of Kvdb Entry

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is closed.

actual fun buildSubscriptionQueryForSelectedEntry(eventType: KvdbEventType, kvdbId: String, kvdbEntryKey: String): String

Generate subscription Query for the KVDB events for single KvdbEntry.

Return

Query to subscribe to an event.

Parameters

eventType

type of event you listen for

kvdbId

Id of Kvdb

kvdbEntryKey

Key of Kvdb Entry

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is closed.

actual fun buildSubscriptionQueryForSelectedEntry(eventType: KvdbEventType, kvdbId: String, kvdbEntryKey: String): String

Generate subscription Query for the KVDB events for single KvdbEntry.

Return

Query to subscribe to an event.

Parameters

eventType

type of event you listen for

kvdbId

Id of Kvdb

kvdbEntryKey

Key of Kvdb Entry

Throws

thrown when method encounters an exception.

thrown when method encounters an unknown exception.

thrown when instance is closed.