Interface DisposableStreamerCancellation

All Superinterfaces:
Disposable, StreamerCancellation
All Known Implementing Classes:
CompositeDisposable

public interface DisposableStreamerCancellation extends StreamerCancellation, Disposable
Represents the full, disposable cancellation interface for Streamer operations.

It was decided to have a separate set of interfaces instead of trying to retrofit DisposableContainer.

Since:
4.0.0
  • Method Details

    • never

      Returns a constant instance which does nothing, cannot be disposed and accepts any incoming Disposable without registering it or handling it in any form, because this never instance cannot be disposed to begin with.
      Returns:
      the shared constant no-op instance