it.netgrid.bauer.ITopicFactory 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 ITopicFactory {
public Topic getTopic(String name);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy