Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.impl | |
io.vertx.reactivex.core | |
io.vertx.rxjava.core | |
io.vertx.rxjava3.core |
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 |
Modifier and Type | Class and Description |
---|---|
class |
JavaVerticleFactory |
Modifier and Type | Method and Description |
---|---|
Set<VerticleFactory> |
VertxImpl.verticleFactories() |
Set<VerticleFactory> |
VerticleManager.verticleFactories() |
Modifier and Type | Method and Description |
---|---|
void |
VertxImpl.registerVerticleFactory(VerticleFactory factory) |
void |
VerticleManager.registerVerticleFactory(VerticleFactory factory) |
void |
VertxImpl.unregisterVerticleFactory(VerticleFactory factory) |
void |
VerticleManager.unregisterVerticleFactory(VerticleFactory factory) |
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 |
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 |
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 © 2022. All rights reserved.