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

com.github.thorbenkuck.network.stream.NotifiableSubscription Maven / Gradle / Ivy

The newest version!
package com.github.thorbenkuck.network.stream;

public interface NotifiableSubscription extends Subscription {

    NotifiableSubscription onError(ExceptionalConsumer consumer);

    void notify(T t);

    void notify(Throwable throwable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy