![JAR search and dependency download from the Maven repository](/logo.png)
org.bitbucket.gkutiel.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rabbitpubsub Show documentation
Show all versions of rabbitpubsub Show documentation
A simple pub-sub library on top of the RabbitMQ infrastructure.
package org.bitbucket.gkutiel;
public interface Callback {
void event(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy