Class DelayedSubscription

java.lang.Object
io.servicetalk.concurrent.internal.DelayedSubscription
All Implemented Interfaces:
Cancellable, PublisherSource.Subscription

public final class DelayedSubscription extends Object implements PublisherSource.Subscription
A PublisherSource.Subscription which serves as a placeholder until the "real" PublisherSource.Subscription is available.