Interface Completable
-
- All Known Subinterfaces:
Emitter<T>
- All Known Implementing Classes:
CompletionAwareSubscriber,SingleSubscriberProcessor,SingleThreadedBufferingProcessor,SingleThreadedBufferingSubscriber,TypedSubscriber
public interface CompletableInterface 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 voidonComplete()* Successful terminal state.
-