public class RunnableCompletable extends Completable
CompletableSource.Processor, CompletableSource.Subscriber
Modifier and Type | Method and Description |
---|---|
protected void |
handleSubscribe(CompletableSource.Subscriber subscriber)
Handles a subscriber to this
Completable . |
void |
subscribe(CompletableSource.Subscriber subscriber)
Subscribes to the outcome of this
CompletableSource . |
afterCancel, afterFinally, afterOnComplete, afterOnError, afterOnSubscribe, afterSubscriber, beforeCancel, beforeFinally, beforeOnComplete, beforeOnError, beforeOnSubscribe, beforeSubscriber, completed, concat, concat, concat, defer, failed, fromFuture, fromRunnable, fromStage, idleTimeout, idleTimeout, idleTimeout, idleTimeout, liftAsync, liftSync, merge, merge, merge, mergeAll, mergeAll, mergeAll, mergeAll, mergeAllDelayError, mergeAllDelayError, mergeAllDelayError, mergeAllDelayError, mergeDelayError, mergeDelayError, never, onErrorResume, publishAndSubscribeOn, publishAndSubscribeOnOverride, publishOn, publishOnOverride, repeat, repeatWhen, retry, retryWhen, subscribe, subscribe, subscribeInternal, subscribeOn, subscribeOnOverride, subscribeShareContext, toCompletionStage, toFuture, toPublisher, toSingle, whenCancel, whenFinally, whenOnComplete, whenOnError, whenOnSubscribe, whenSubscriber
protected final void handleSubscribe(CompletableSource.Subscriber subscriber)
Completable
Completable
.
This method is invoked internally by Completable
for every call to the
Completable.subscribeInternal(CompletableSource.Subscriber)
method.
handleSubscribe
in class Completable
subscriber
- the subscriber.public final void subscribe(CompletableSource.Subscriber subscriber)
CompletableSource
CompletableSource
.subscribe
in interface CompletableSource
subscriber
- of the outcome.PublisherSource.subscribe(PublisherSource.Subscriber)