All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.avcompris.commons3.notifier.NotifierFactory Maven / Gradle / Ivy

There is a newer version: 0.6.3
Show newest version
package net.avcompris.commons3.notifier;

public interface NotifierFactory {

	Notifier createNotifier(String rabbitmqURL, String queueName);

	ErrorNotifier createErrorNotifier(String rabbitmqURL, String queueName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy