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

com.zx.sms.handler.api.BusinessHandlerInterface Maven / Gradle / Ivy

/**
 * 
 */
package com.zx.sms.handler.api;

import com.zx.sms.connect.manager.EndpointEntity;

import io.netty.channel.ChannelHandler;

/**
 * @author Lihuanghe([email protected])
 * 业务处理接口,
 */
public interface BusinessHandlerInterface extends ChannelHandler  {
	/**
	 *业务处理名称
	 */
	String name();
	/**
	 *设置端口对象
	 */
	 void setEndpointEntity(EndpointEntity entity);
	 
	 EndpointEntity getEndpointEntity();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy