Package io.deephaven.util.datastructures
Class SubscriptionSet.Entry
java.lang.Object
io.deephaven.util.datastructures.SubscriptionSet.Entry
- Enclosing class:
- SubscriptionSet<LISTENER_TYPE>
Subscription entry, allowing state associated with a listener.
-
Method Summary
-
Method Details
-
activate
public void activate()Activate this subscription entry. Must hold the lock on the enclosing subscription set.
-