Код: Выделить всё
import io.vertx.core.Future;
public void start(Future fut){
/*
some code
*/
fut.complete()
}
Подробнее здесь: https://stackoverflow.com/questions/505 ... futurevoid
Код: Выделить всё
import io.vertx.core.Future;
public void start(Future fut){
/*
some code
*/
fut.complete()
}