Package io.quarkus.redis.client
Interface RedisHostsProvider
-
public interface RedisHostsProviderProgrammatically provides redis hosts
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<URI>getHosts()Returns the hosts for this provider.
-