getSubscription
abstract fun <T> getSubscription(key: SubscriptionKey<T>, marker: Marker = Marker.None): SubscriptionRef<T>
Gets the SubscriptionRef by the specified SubscriptionKey.
Gets the SubscriptionRef by the specified SubscriptionKey.