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

com.alogic.tlog.handler.Dispatch 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.DispatchHandler;

/**
 * 分发处理
 * @author yyduan
 * @since 1.6.7.3
 */
public class Dispatch extends DispatchHandler {
	public String getHandlerType(){
		return "logger";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy