Interface Completable
-
- All Known Subinterfaces:
Emitter<T>
- All Known Implementing Classes:
CompletionAwareSubscriber
,SingleSubscriberProcessor
,SingleThreadedBufferingProcessor
,SingleThreadedBufferingSubscriber
,TypedSubscriber
public interface Completable
Interface that exposes a callback to indicate when an operation has been completed.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onComplete()
* Successful terminal state.
-