Package | Description |
---|---|
io.vertx.core.spi | |
io.vertx.core.spi.cluster |
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutorServiceFactory
The interface for a factory used to obtain an external
ExecutorService . |
interface |
VertxMetricsFactory
A factory for the plugable metrics SPI.
|
interface |
VertxThreadFactory |
interface |
VertxTracerFactory
A factory for the plug-able tracing SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClusterManager
A cluster provider for Vert.x must implement this interface.
|
interface |
NodeSelector
Used by the
clustered EventBus to select a node for a given message. |
Copyright © 2022 Eclipse. All rights reserved.