
io.vertx.core.Handler Maven / Gradle / Ivy
package io.vertx.core;
/**
* @author Julien Viet
*/
public interface Handler {
void handle(T t);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package io.vertx.core;
/**
* @author Julien Viet
*/
public interface Handler {
void handle(T t);
}