![JAR search and dependency download from the Maven repository](/logo.png)
io.vtom.vertx.pipeline.PipeRunnable Maven / Gradle / Ivy
package io.vtom.vertx.pipeline;
import io.vertx.core.AsyncResult;
import io.vertx.core.Handler;
import io.vtom.vertx.pipeline.step.Step;
import io.vtom.vertx.pipeline.step.StepIN;
import io.vtom.vertx.pipeline.step.StepOUT;
public interface PipeRunnable {
Step extends I> step();
void call(O stepout, Handler> handler);
void release(boolean ok, Handler> handler);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy