Uses of Class
com.github.mizosoft.methanol.internal.flow.AbstractSubscription
-
Packages that use AbstractSubscription Package Description com.github.mizosoft.methanol.internal.flow -
-
Uses of AbstractSubscription in com.github.mizosoft.methanol.internal.flow
Subclasses of AbstractSubscription in com.github.mizosoft.methanol.internal.flow Modifier and Type Class Description classAbstractPollableSubscription<T>A subscription that emits items from a pollable source.classAbstractQueueSubscription<T>A subscription that emits items from a queue and completes downstream as soon as a sentinel value is observed.
-