Uses of Interface
io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Packages that use ServiceDiscoveryBackend Package Description io.vertx.servicediscovery.backend.redis -
-
Uses of ServiceDiscoveryBackend in io.vertx.servicediscovery.backend.redis
Classes in io.vertx.servicediscovery.backend.redis that implement ServiceDiscoveryBackend Modifier and Type Class Description class
RedisBackendService
An implementation of the discovery backend based on Redis.
-