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

com.bell.mf.support.Dispatcher Maven / Gradle / Ivy

There is a newer version: 1.6.3.RELEASE
Show newest version
package com.bell.mf.support;

import com.bell.mf.handler.MessageFrameHandlerException;
import com.bell.mf.handler.MessageFrameRequest;
/**
 * Dispatcher调度器接口,用于分发指令码处理请求
 * @author bell.zhouxiaobing
 * @since 1.3
 */
public interface Dispatcher {

	void dispatch(MessageFrameRequest request) throws MessageFrameHandlerException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy