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

io.yawp.driver.appengine.pipes.utils.WaiterJob Maven / Gradle / Ivy

There is a newer version: 2.08alpha
Show newest version
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