| 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 |
FileResolverFactory
A factory for the pluggable file resolver SPI.
|
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 © 2023 Eclipse. All rights reserved.