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

cn.org.docshare.demo.Init Maven / Gradle / Ivy

package cn.org.docshare.demo;

import org.docshare.boot.MyWebSocketHandler;
import org.docshare.log.Log;

public class Init {
	public Init() {
		Log.i("init called");
		MyWebSocketHandler.register(MyWebSocketListener.class);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy