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

com.alogic.metrics.stream.handler.Hub Maven / Gradle / Ivy

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

import com.alogic.metrics.Fragment;
import com.anysoft.stream.HubHandler;

/**
 * Hub处理器
 * 
 * @author yyduan
 *
 * @since 1.6.6.13
 *
 */
public class Hub extends HubHandler{
	public String getHandlerType(){
		return "handler";
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy