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

com.alibaba.tmq.client.system.Role Maven / Gradle / Ivy

package com.alibaba.tmq.client.system;

/**
 * 角色
 * @author tianyao.myc
 *
 */
public interface Role {

	/**
	 * 启动
	 */
	public void start();
	
	/**
	 * 关闭
	 */
	public void shutdown();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy