Interface Completable
- All Known Subinterfaces:
- Emitter<T>
- All Known Implementing Classes:
- CompletionAwareSubscriber,- JacksonCoreProcessor,- JacksonProcessor,- SingleSubscriberProcessor,- SingleThreadedBufferingProcessor,- SingleThreadedBufferingSubscriber,- TypedSubscriber
public interface Completable
Interface that exposes a callback to indicate when an operation has been completed.
- Since:
- 1.0
- Author:
- Graeme Rocher
- 
Method Summary
- 
Method Details- 
onCompletevoid onComplete()* Successful terminal state. To be called when the operation is complete.- See Also:
 
 
-