io.femo.ws.WebSocketEventHandler Maven / Gradle / Ivy
package io.femo.ws;
/**
* Created by felix on 6/3/16.
*/
@FunctionalInterface
public interface WebSocketEventHandler {
void handleMessage(Constants.WEBSOCKET.FRAME.DataType dataType, byte[] data, WebSocketConnection webSocketConnection);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy