Uses of Interface
io.vertx.core.spi.VertxServiceProvider
Packages that use VertxServiceProvider
-
Uses of VertxServiceProvider in io.vertx.core.spi
Subinterfaces of VertxServiceProvider in io.vertx.core.spiModifier and TypeInterfaceDescriptioninterfaceThe interface for a factory used to obtain an externalExecutorService.interfaceA factory for the pluggable file resolver SPI.interfaceA factory for the plugable metrics SPI.interfaceinterfaceA factory for the plug-able tracing SPI. -
Uses of VertxServiceProvider in io.vertx.core.spi.cluster
Subinterfaces of VertxServiceProvider in io.vertx.core.spi.clusterModifier and TypeInterfaceDescriptioninterfaceA 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.executorModifier and TypeInterfaceDescriptioninterfaceEvent executor service provider interface.