Interface RedisOptionsCustomizer


public interface RedisOptionsCustomizer
Beans exposing the RedisClientOptionsCustomizer interface has the possibility to extend/modify the RedisOptions before they are used to create the RedisClient or RedisDataSource.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(String clientName, io.vertx.redis.client.RedisOptions options)
    Allows customizing the options for the client named clientName.
  • Method Details

    • customize

      void customize(String clientName, io.vertx.redis.client.RedisOptions options)
      Allows customizing the options for the client named clientName. The passed options must be modified in-place.
      Parameters:
      clientName - the client name, RedisConfig.DEFAULT_CLIENT_NAME for the default client.
      options - the options.