Package rx

Interface AsyncEmitter.Cancellable

Enclosing interface:
AsyncEmitter<T>

public static interface AsyncEmitter.Cancellable
A functional interface that has a single close method that can throw.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancel the action or free a resource.
  • Method Details

    • cancel

      void cancel() throws Exception
      Cancel the action or free a resource.
      Throws:
      Exception - on error