StreamConcurrencyService
interface StreamConcurrencyService
Provides Stream Concurrency Microservice client access protocol (API).
Inheritors
Functions
Link copied to clipboard
Deletes the stream concurrency record for a PlatformClient instance if successful.
Link copied to clipboard
abstract suspend fun putStream(client: PlatformClient, heartbeatToken: String? = null): Result<Unit, Error>
Inserts the stream concurrency record for a PlatformClient instance if successful.