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. |
Modifier and Type | Class and Description |
---|---|
class |
InfinispanClusterManager |
Modifier and Type | Class and Description |
---|---|
class |
HazelcastClusterManager
A cluster manager that uses Hazelcast
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteClusterManager
Apache Ignite based cluster manager.
|
Modifier and Type | Class and Description |
---|---|
class |
ZookeeperClusterManager
A cluster manager that uses Zookeeper
|
Modifier and Type | Class and Description |
---|---|
class |
OpenTracingTracerFactory |
Modifier and Type | Class and Description |
---|---|
class |
ZipkinTracerFactory |
Copyright © 2021 Eclipse. All rights reserved.