public interface Deployer extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployer.Factory |
| Modifier and Type | Method and Description |
|---|---|
void |
downloadAgentLog(DeployedAgent deployedAgent,
long offset,
String destinationFile,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler) |
DeployedAgent |
start(Agent agent,
String runId,
Consumer<Throwable> exceptionHandler) |
DeployedAgent start(Agent agent, String runId, Consumer<Throwable> exceptionHandler)
void downloadAgentLog(DeployedAgent deployedAgent, long offset, String destinationFile, io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Copyright © 2019 JBoss by Red Hat. All rights reserved.