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

com.github.xiaobingzhou.messageframe.response.Sender Maven / Gradle / Ivy

The newest version!
package com.github.xiaobingzhou.messageframe.response;

import java.util.Map;

/**
 * 响应发送器
 * @author bell.zhouxiaobing
 * @since 1.6.1
 */
public interface Sender {

    /**
     * 实现发送响应方法
     * @param response
     */
    Map send(HandlerResponse response);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy