![JAR search and dependency download from the Maven repository](/logo.png)
com.github.thorbenkuck.network.stream.NotifiableSubscription Maven / Gradle / Ivy
package com.github.thorbenkuck.network.stream;
public interface NotifiableSubscription extends Subscription {
void notify(T t);
void notify(Throwable throwable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy