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

io.vertx.core.Handler Maven / Gradle / Ivy

There is a newer version: 3.6.3
Show newest version
package io.vertx.core;

/**
 * @author Julien Viet
 */
public interface Handler {
  void handle(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy