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

io.vtom.vertx.pipeline.component.web.client.VtmHttpClientOUT Maven / Gradle / Ivy

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

import io.vertx.core.Handler;
import io.vtom.vertx.pipeline.lifecycle.skip.Skip;
import io.vtom.vertx.pipeline.step.AbstractStepOUT;

import java.util.List;

public abstract class VtmHttpClientOUT extends AbstractStepOUT implements VtmVhcOUT {
  public VtmHttpClientOUT(List> skips) {
    super(skips);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy