Class DownloadHttpArtifact<T extends ModuleRequest>
- java.lang.Object
-
- nl.jpoint.vertx.deploy.agent.command.DownloadHttpArtifact<T>
-
- All Implemented Interfaces:
Command<T>
public class DownloadHttpArtifact<T extends ModuleRequest> extends Object implements Command<T>
-
-
Constructor Summary
Constructors Constructor Description DownloadHttpArtifact(DeployConfig config, String logConstant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description rx.Observable<T>executeAsync(T request)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.jpoint.vertx.deploy.agent.command.Command
handleExitCode
-
-
-
-
Constructor Detail
-
DownloadHttpArtifact
public DownloadHttpArtifact(DeployConfig config, String logConstant)
-
-
Method Detail
-
executeAsync
public rx.Observable<T> executeAsync(T request)
- Specified by:
executeAsyncin interfaceCommand<T extends ModuleRequest>
-
-