public class CloudSlangApi
extends io.vertx.core.AbstractVerticle
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONTENT_TYPE |
static java.lang.String |
CONTENT_TYPE_UTF_8 |
static java.lang.String |
NAME |
| Constructor and Description |
|---|
CloudSlangApi() |
| 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 CONTENT_TYPE
public static final java.lang.String CONTENT_TYPE_UTF_8
public static final java.lang.String NAME
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