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

io.vtom.vertx.pipeline.step.StepStack Maven / Gradle / Ivy

There is a newer version: 1.1-beta
Show newest version
package io.vtom.vertx.pipeline.step;

import io.vtom.vertx.pipeline.lifecycle.PipeLifecycle;

public interface StepStack {

  T stepin(PipeLifecycle lifecycle);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy