com.github.vindell.websocket.session.handler.WebSocketMessageHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-websocket Show documentation
Show all versions of spring-boot-starter-websocket Show documentation
Spring Boot Starter For WebSocket
The newest version!
package com.github.vindell.websocket.session.handler;
import com.github.vindell.websocket.event.WebSocketMessageEvent;
import com.github.vindell.websocket.session.handler.chain.HandlerChain;
public interface WebSocketMessageHandler {
public void doHandler(T event, HandlerChain handlerChain) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy