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

com.alogic.xscript.log.Hub Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.xscript.log;

import com.anysoft.stream.HubHandler;

/**
 * 集线器
 * 
 * @author duanyy
 *
 */
public class Hub extends HubHandler{
	public String getHandlerType(){
		return "logger";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy