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

com.mntviews.mnt.bridge.file.service.BridgePlugin Maven / Gradle / Ivy

Go to download

Worker-queue implementation for uploading files to the databases using native mechanisms like sqlldr,pg_dump ...

There is a newer version: 1.0.1
Show newest version
package com.mntviews.mnt.bridge.file.service;

import com.mntviews.mnt.bridge.file.service.impl.BridgePluginImpl;

public interface BridgePlugin {

    String SCRIPT_URL_PARAM = "scriptUrl";

    static BridgePluginImpl.Builder custom() {
        return new BridgePluginImpl.Builder<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy