Interface RedisByNameProvider


  • public interface RedisByNameProvider
    Provider for RedisAPI based on a provided storage name
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      io.vertx.core.Future<io.vertx.redis.client.RedisAPI> redis​(String storageName)
      Provides a RedisAPI instance for the specified storage name.
    • Method Detail

      • redis

        io.vertx.core.Future<io.vertx.redis.client.RedisAPI> redis​(@Nullable
                                                                   String storageName)
        Provides a RedisAPI instance for the specified storage name.
        Parameters:
        storageName - the name of the storage (can be null)
        Returns:
        a Future containing the RedisAPI instance