Uses of Interface
io.vertx.core.spi.VertxServiceProvider
-
Packages that use VertxServiceProvider Package Description io.vertx.core.spi io.vertx.core.spi.cluster io.vertx.core.spi.context.executor -
-
Uses of VertxServiceProvider in io.vertx.core.spi
Subinterfaces of VertxServiceProvider in io.vertx.core.spi Modifier and Type Interface Description interfaceExecutorServiceFactoryThe interface for a factory used to obtain an externalExecutorService.interfaceFileResolverFactoryA factory for the pluggable file resolver SPI.interfaceVertxMetricsFactoryA factory for the plugable metrics SPI.interfaceVertxThreadFactoryinterfaceVertxTracerFactoryA factory for the plug-able tracing SPI. -
Uses of VertxServiceProvider in io.vertx.core.spi.cluster
Subinterfaces of VertxServiceProvider in io.vertx.core.spi.cluster Modifier and Type Interface Description interfaceClusterManagerA cluster provider for Vert.x must implement this interface. -
Uses of VertxServiceProvider in io.vertx.core.spi.context.executor
Subinterfaces of VertxServiceProvider in io.vertx.core.spi.context.executor Modifier and Type Interface Description interfaceEventExecutorProviderEvent executor service provider interface.
-