SubscriptionClient
interface SubscriptionClient
A Subscription client, which allows you to make subscriptions actor and handle SubscriptionKey.
Inheritors
Properties
Link copied to clipboard
Note: This property is exposed for limited use cases where you may need to call SubscriptionKey.subscribe manually. It can be useful as an escape hatch or for synchronous invocations within the data layer.
Functions
Link copied to clipboard
abstract fun <T> getSubscription(key: SubscriptionKey<T>, marker: Marker = Marker.None): SubscriptionRef<T>
Gets the SubscriptionRef by the specified SubscriptionKey.