Interface Completable

All Known Subinterfaces:
Emitter<T>
All Known Implementing Classes:
CompletionAwareSubscriber, FullNettyClientHttpResponse, 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

    Modifier and Type
    Method
    Description
    void
    * Successful terminal state.
  • Method Details

    • onComplete

      void onComplete()
      * Successful terminal state. To be called when the operation is complete.
      See Also: