Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
io.vertx.core.spi.cluster |
Class and Description |
---|
ClusterManager
A cluster provider for Vert.x must implement this interface.
|
Class and Description |
---|
AsyncMultiMap
An asynchronous multi-map.
|
ChoosableIterable
An extension of Iterable which allows keeps track of an iterator internally to allow the next element to be chosen
|
NodeListener
A NodeListener is called when nodes join or leave the cluster
|
Copyright © 2018 Eclipse. All rights reserved.