All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.reactivestreams.Subscription Maven / Gradle / Ivy

package org.reactivestreams;

public interface Subscription {
    void request(long n);

    void cancel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy