Package | Description |
---|---|
io.vertx.ext.mail | |
io.vertx.ext.shell | |
io.vertx.ext.sync | |
io.vertx.lang.groovy | |
io.vertx.reactivex.core |
Modifier and Type | Class and Description |
---|---|
class |
MailServiceVerticle
event bus verticle that supports sending mails via a MailService instance running on
another machine via the event bus
|
Modifier and Type | Class and Description |
---|---|
class |
ShellVerticle |
Modifier and Type | Class and Description |
---|---|
class |
SyncVerticle
A `Verticle` which runs its `start` and `stop` methods using fibers.
|
Modifier and Type | Class and Description |
---|---|
class |
ScriptVerticle
A Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractVerticle |
Copyright © 2017. All rights reserved.