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 docker-java Show documentation
Show all versions of docker-java Show documentation
Java API Client for Docker
/*
* 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);
}