Interface | Description |
---|---|
AsyncResult<T> |
Represents a result that may not have occurred yet.
|
AsyncResultHandler<T> |
Handler for
AsyncResult |
Context |
Represents the execution context of a Verticle.
|
Future<T> | |
Handler<E> |
A generic event handler<p>
|
MultiMap | |
TimeoutStream |
A timeout stream triggered by a timer, the
Handler will be call when the timer is fired,
it can be once or several times depending on the nature of the timer related to this stream. |
Verticle |
A verticle is the deployment unit of Vert.x
|
Vertx |
The control centre of the Vert.x Core API.<p>
You should normally only use a single instance of this class throughout your application.
|
Class | Description |
---|---|
AbstractVerticle | |
DeploymentOptions | |
ServiceHelper | |
Starter | |
VertxOptions | |
VoidHandler |
This class can be used for simple handlers which don’t receive any value.
|
Exception | Description |
---|---|
VertxException |
Vert.x only throws instances of VertxException which is a RuntimeException.<p>
Vert.x hates Java checked exceptions and doesn’t want to pollute it’s API with them.<p>
|
Unresolved directive in <stdin> - include::io.vertx.core.streams
[]
Copyright © 2014. All Rights Reserved.