
it.netgrid.bauer.helpers.NOPModule 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.helpers;
import com.google.inject.AbstractModule;
import it.netgrid.bauer.ITopicFactory;
public class NOPModule extends AbstractModule {
@Override
protected void configure() {
bind(ITopicFactory.class).to(NOPTopicFactory.class);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy