Package | Description |
---|---|
io.vertx.core | |
io.vertx.reactivex.core | |
io.vertx.rxjava.core | |
io.vertx.rxjava3.core |
Modifier and Type | Field and Description |
---|---|
static ThreadingModel |
DeploymentOptions.DEFAULT_MODE |
Modifier and Type | Method and Description |
---|---|
ThreadingModel |
DeploymentOptions.getThreadingModel()
Which threading model the verticle(s) should use?
|
ThreadingModel |
Context.threadingModel() |
static ThreadingModel |
ThreadingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreadingModel[] |
ThreadingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DeploymentOptions |
DeploymentOptions.setThreadingModel(ThreadingModel threadingModel)
Set the verticle(s) verticle(s) threading model, e.g.
|
Modifier and Type | Method and Description |
---|---|
ThreadingModel |
Context.threadingModel() |
Modifier and Type | Method and Description |
---|---|
ThreadingModel |
Context.threadingModel() |
Modifier and Type | Method and Description |
---|---|
ThreadingModel |
Context.threadingModel() |
Copyright © 2024 Eclipse. All rights reserved.