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

com.github.xiaobingzhou.messageframe.Dispatcher Maven / Gradle / Ivy

package com.github.xiaobingzhou.messageframe;

import com.github.xiaobingzhou.messageframe.handler.HandlerException;
import com.github.xiaobingzhou.messageframe.request.HandlerRequest;

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

	void dispatch(HandlerRequest request) throws HandlerException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy