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

com.jukusoft.vertx.connection.clientserver.MessageHandler Maven / Gradle / Ivy

package com.jukusoft.vertx.connection.clientserver;

@FunctionalInterface
public interface MessageHandler {

    /**
    * handle received message
    */
    public void handle (T msg, K conn) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy