@Deprecated public abstract class SyncVerticle extends AbstractVerticle
| Modifier and Type | Field and Description |
|---|---|
protected co.paralleluniverse.fibers.FiberScheduler |
instanceScheduler
Deprecated.
|
context, vertx| Constructor and Description |
|---|
SyncVerticle()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Deprecated.
Override this method in your verticle
|
void |
start(Promise<Void> startFuture)
Deprecated.
|
void |
stop()
Deprecated.
Optionally override this method in your verticle if you have cleanup to do
|
void |
stop(Promise<Void> stopFuture)
Deprecated.
|
config, deploymentID, getVertx, init, processArgsprotected co.paralleluniverse.fibers.FiberScheduler instanceScheduler
public void start(Promise<Void> startFuture) throws Exception
start in interface Verticlestart in class AbstractVerticleExceptionpublic void stop(Promise<Void> stopFuture) throws Exception
stop in interface Verticlestop in class AbstractVerticleException@Suspendable
public void start()
throws Exception
start in class AbstractVerticleException@Suspendable
public void stop()
throws Exception
stop in class AbstractVerticleExceptionCopyright © 2023 Eclipse. All rights reserved.