Class SubscribableCompletable

java.lang.Object
io.servicetalk.concurrent.api.Completable
io.servicetalk.concurrent.api.internal.SubscribableCompletable
All Implemented Interfaces:
CompletableSource
Direct Known Subclasses:
NettyFutureCompletable

public abstract class SubscribableCompletable extends Completable implements CompletableSource
A Completable that is also a CompletableSource and hence can be subscribed.

Typically, this will be used to implement a Completable that does not require an additional allocation when converting to a CompletableSource via SourceAdapters.toSource(Completable).