public class CloudSlangService
extends io.vertx.core.AbstractVerticle
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EXEC_FLOW |
static java.lang.String |
EXEC_FLOW_RESPONSE |
static java.lang.String |
SLANG_EXECUTION_EXCEPTION |
| Constructor and Description |
|---|
CloudSlangService() |
| Modifier and Type | Method and Description |
|---|---|
void |
start(io.vertx.core.Future<java.lang.Void> startFuture) |
void |
stop(io.vertx.core.Future<java.lang.Void> stopFuture) |
public static final java.lang.String EXEC_FLOW
public static final java.lang.String EXEC_FLOW_RESPONSE
public static final java.lang.String SLANG_EXECUTION_EXCEPTION
public void start(io.vertx.core.Future<java.lang.Void> startFuture)
throws java.lang.Exception
start in interface io.vertx.core.Verticlestart in class io.vertx.core.AbstractVerticlejava.lang.Exceptionpublic void stop(io.vertx.core.Future<java.lang.Void> stopFuture)
throws java.lang.Exception
stop in interface io.vertx.core.Verticlestop in class io.vertx.core.AbstractVerticlejava.lang.Exception