io.vertx.up.uca.web.anima.Scatter Maven / Gradle / Ivy
package io.vertx.up.uca.web.anima;
/**
* Child component works
*/
public interface Scatter {
/**
* Connect to vert.x to execute begin up works.
*
* @param vertx common vertx.
*/
void connect(Vertx vertx);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy