Uses of Interface
io.quarkus.redis.datasource.autosuggest.AutoSuggestCommands
-
Packages that use AutoSuggestCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of AutoSuggestCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return AutoSuggestCommands Modifier and Type Method Description default AutoSuggestCommands<String>RedisDataSource. autosuggest()Gets the object to emit commands from theauto-suggestgroup.<K> AutoSuggestCommands<K>RedisDataSource. autosuggest(Class<K> redisKeyType)Gets the object to emit commands from theauto-suggestgroup. -
Uses of AutoSuggestCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement AutoSuggestCommands Modifier and Type Class Description classBlockingAutoSuggestCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return AutoSuggestCommands Modifier and Type Method Description <K> AutoSuggestCommands<K>BlockingRedisDataSourceImpl. autosuggest(Class<K> redisKeyType)
-