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

test.load.subsnotify.SubsNotify Maven / Gradle / Ivy

package test.load.subsnotify;

public class SubsNotify {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		Notifier notifier = new Notifier();
		Subscriber subscriber = new Subscriber();
		notifier.init();
		subscriber.init();

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy