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

com.alogic.tlog.handler.Hub Maven / Gradle / Ivy

There is a newer version: 1.6.17
Show newest version
package com.alogic.tlog.handler;

import com.alogic.tlog.TLog;
import com.anysoft.stream.HubHandler;

/**
 * Hub分发
 * @author yyduan
 * @since 1.6.7.3
 */
public class Hub extends HubHandler {
	public String getHandlerType(){
		return "logger";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy