
it.netgrid.bauer.Topic Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bauer-api Show documentation
Show all versions of bauer-api Show documentation
Standard Topic-Based Messaging Facade for Java
package it.netgrid.bauer;
public interface Topic {
public String getName();
public void addHandler(EventHandler handler);
public void removeHandler(EventHandler handler);
public void post(E event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy