com.github.dockerjava.api.command.AsyncDockerCmd Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.apache.servicemix.bundles.docker-java
Show all versions of org.apache.servicemix.bundles.docker-java
This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file.
/*
* Created on 17.06.2015
*/
package com.github.dockerjava.api.command;
import com.github.dockerjava.api.async.ResultCallback;
/**
*
*
* @author Marcus Linke
*
*/
public interface AsyncDockerCmd, A_RES_T> extends DockerCmd {
> T exec(T resultCallback);
}