io.yawp.driver.appengine.pipes.utils.WaiterJob Maven / Gradle / Ivy
package io.yawp.driver.appengine.pipes.utils;
import com.google.appengine.tools.pipeline.Job1;
import com.google.appengine.tools.pipeline.Value;
import java.util.List;
public class WaiterJob extends Job1> {
@Override
public Value run(List voids) throws Exception {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy