| Interface | Description |
|---|---|
| Closeable | |
| DeploymentHandle | |
| VertxInternal |
This class provides services for vert.x core internal use only
It is not part of the public API and should not be used by
developers creating vert.x applications
|
| Class | Description |
|---|---|
| BlockingAction<T> |
Internal class used to run specific blocking actions on the worker pool.
|
| CaseInsensitiveMultiMap | |
| ConcurrentHashSet<E> | |
| CountingCompletionHandler<T> | |
| DefaultContext | |
| DefaultFutureResult<T> | |
| DefaultVertx | |
| DefaultVertxFactory | |
| EventLoopContext | |
| ExceptionDispatchHandler | |
| MultiThreadedWorkerContext | |
| OrderedExecutorFactory |
A factory for producing executors that run all tasks in order, which delegate to a single common executor instance.
|
| StringEscapeUtils |
Adapted from Apache Commons code
|
| VertxExecutorFactory |
Util factory for creating vert.x thread pools
The pools shouldn't be too configurable by the user otherwise they
can get into problems.
|
| VertxThreadFactory | |
| Windows |
Simple Windows specific utility
|
| WorkerContext |