Package | Description |
---|---|
io.vertx.core | |
io.vertx.ext.httpservicefactory | |
io.vertx.lang.groovy | |
io.vertx.maven | |
io.vertx.reactivex.core | |
io.vertx.rxjava.core | |
io.vertx.rxjava3.core | |
io.vertx.service |
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 |
HttpSecureServiceFactory |
class |
HttpServiceFactory |
Modifier and Type | Class and Description |
---|---|
class |
GroovyVerticleFactory
Placeholder
|
Modifier and Type | Class and Description |
---|---|
class |
MavenVerticleFactory |
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 |
Modifier and Type | Class and Description |
---|---|
class |
ServiceVerticleFactory
This verticle factory looks for a descriptor file on the classpath with a name given by the verticleName
(with ':' replaced by '.' as ':' is an illegal file name character in Windows) and
with ".json" appended to it.
|
Copyright © 2022 Eclipse. All rights reserved.