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

io.vtom.vertx.pipeline.PipeRunnable Maven / Gradle / Ivy

There is a newer version: 1.1-beta
Show newest version
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 step();

  void call(O stepout, Handler> handler);

  void release(boolean ok, Handler> handler);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy