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].
|
Modifier and Type | Method and Description |
---|---|
Set<VerticleFactory> |
Vertx.verticleFactories()
Return the Set of currently registered verticle factories.
|
Modifier and Type | Method and Description |
---|---|
void |
Vertx.registerVerticleFactory(VerticleFactory factory)
Register a
VerticleFactory that can be used for deploying Verticles based on an identifier. |
void |
Vertx.unregisterVerticleFactory(VerticleFactory factory)
Unregister a
VerticleFactory |
Copyright © 2017. All rights reserved.