Class ScalarValueSubscription<T>

java.lang.Object
io.servicetalk.concurrent.internal.ScalarValueSubscription<T>
Type Parameters:
T - Type of value emitted by this PublisherSource.Subscription.
All Implemented Interfaces:
Cancellable, PublisherSource.Subscription

public final class ScalarValueSubscription<T> extends Object implements PublisherSource.Subscription
A PublisherSource.Subscription that only emits a single value.