All Downloads are FREE. Search and download functionalities are using the official Maven repository.

redis.clients.jedis.HostAndPortMapper Maven / Gradle / Ivy

The newest version!
package redis.clients.jedis;

public interface HostAndPortMapper {

  HostAndPort getHostAndPort(HostAndPort hap);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy