Examples of PipelinePluginManifestDownloadCallback


Examples of org.jitterbit.integration.client.plugin.serverapi.PipelinePluginManifestDownloadCallback

     * passed to the constructor when creating this instance.
     * <p>
     * <strong>Note:</strong> The call takes place in the calling thread.
     */
    public void call() {
        PipelinePluginManifestDownloadCallback callback = new CallbackImpl();
        serverApi.downloadPluginManifests(callback);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.