SubscriptionClient
interface SubscriptionClient
A Subscription client, which allows you to make subscriptions actor and handle SubscriptionKey.
Inheritors
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.