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

com.healthy.common.websocket.SockJsServiceConfigurer Maven / Gradle / Ivy

package com.healthy.common.websocket;

import org.springframework.web.socket.config.annotation.SockJsServiceRegistration;

/**
 * SockJsService 配置类
 *
 * @author xm.z
 */
public interface SockJsServiceConfigurer {

	/**
	 * 配置 sockjs 相关
	 * @param sockJsServiceRegistration sockJsService 注册类
	 */
	void config(SockJsServiceRegistration sockJsServiceRegistration);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy