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 Detail

      • cancel

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