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

io.vertx.ext.unit.impl.Task Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR3
Show newest version
package io.vertx.ext.unit.impl;

/**
 * @author Julien Viet
 */
public interface Task {

  void execute(T t, ExecutionContext context);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy