Serialized Form
-
Package ru.tinkoff.kora.common.util.flow
-
Class ru.tinkoff.kora.common.util.flow.EmptySubscription
class EmptySubscription extends AtomicBoolean implements Serializable-
Serialized Fields
-
context
Context context
-
subscriber
Flow.Subscriber<? super T> subscriber
-
-
-
Class ru.tinkoff.kora.common.util.flow.ErrorSubscription
class ErrorSubscription extends AtomicBoolean implements Serializable-
Serialized Fields
-
context
Context context
-
error
Throwable error
-
subscriber
Flow.Subscriber<? super T> subscriber
-
-
-
Class ru.tinkoff.kora.common.util.flow.LazySingleSubscription
class LazySingleSubscription extends AtomicBoolean implements Serializable-
Serialized Fields
-
context
Context context
-
subscriber
Flow.Subscriber<? super T> subscriber
-
value
Callable<? extends T> value
-
-
-
Class ru.tinkoff.kora.common.util.flow.SingleSubscription
class SingleSubscription extends AtomicBoolean implements Serializable-
Serialized Fields
-
context
Context context
-
subscriber
Flow.Subscriber<? super T> subscriber
-
value
T value
-
-
-