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

com.github.euler.elasticsearch.ElasticsearchDeleteParentChildTask Maven / Gradle / Ivy

package com.github.euler.elasticsearch;

import com.github.euler.core.AbstractTask;
import com.github.euler.core.ItemProcessor;

public class ElasticsearchDeleteParentChildTask extends AbstractTask {

    public ElasticsearchDeleteParentChildTask(String name) {
        super(name);
    }

    @Override
    protected ItemProcessor itemProcessor() {
        // TODO Auto-generated method stub
        return null;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy