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

com.github.vindell.websocket.session.handler.chain.HandlerChainResolver Maven / Gradle / Ivy

The newest version!
package com.github.vindell.websocket.session.handler.chain;

import com.github.vindell.websocket.event.WebSocketMessageEvent;

public interface HandlerChainResolver {

	HandlerChain getChain(T event , HandlerChain originalChain);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy