| Interface | Description |
|---|---|
| BlockedThreadChecker.Task |
A checked task.
|
| ContextInternal |
This interface provides an api 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
|
| Deployment | |
| FailoverCompleteHandler | |
| NetSocketInternal | |
| VertxInternal |
This interface 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
|
| WorkerExecutorInternal |
| Class | Description |
|---|---|
| AddressResolver | |
| Args | |
| Arguments |
Helper class to perform extended checks on arguments analogous to
Objects.requireNonNull(Object, String). |
| BlockedThreadChecker | |
| CompositeFutureImpl | |
| ConcurrentHashSet<E> | |
| ConversionHelper |
An internal conversion helper, later it could be merged with JsonObject mapFrom/mapTo and moved in Json class
|
| DeploymentManager | |
| EventLoopContext | |
| FailedFuture<T> | |
| FutureFactoryImpl | |
| HAManager |
Handles HA
We compute failover and whether there is a quorum synchronously as we receive nodeAdded and nodeRemoved events
from the cluster manager.
|
| IsolatingClassLoader | |
| JavaVerticleFactory | |
| NoStackTraceThrowable | |
| StringEscapeUtils |
Adapted from Apache Commons code
|
| TaskQueue |
A task queue that always run all tasks in order.
|
| Utils |
Simple generic utility methods and constants
|
| VertxFactoryImpl | |
| VertxImpl | |
| VertxThread | |
| VertxThreadFactory | |
| WorkerPool |
Copyright © 2020. All rights reserved.