Interface | Description |
---|---|
AsyncResult<T> |
Represents a result that may not have occurred yet.
|
AsyncResultHandler<T> |
Handler for
AsyncResult |
ClientSSLSupport<T> | |
Context |
Represents the execution context of a Verticle.
|
Future<T> | |
Handler<E> |
A generic event handler
|
MultiMap | |
NetworkSupport<T> |
Offers methods that can be used to configure a service that provide network services.
|
ServerSSLSupport<T> | |
ServerTCPSupport<T> | |
SSLSupport<T> | |
TCPSupport<T> | |
Vertx |
The control centre of the Vert.x Core API.
|
Class | Description |
---|---|
VertxFactory |
Factory for creating Vertx instances.
|
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.
|