Uses of Interface
io.quarkus.redis.datasource.autosuggest.ReactiveAutoSuggestCommands
-
Packages that use ReactiveAutoSuggestCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of ReactiveAutoSuggestCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveAutoSuggestCommands Modifier and Type Method Description default ReactiveAutoSuggestCommands<String>ReactiveRedisDataSource. autosuggest()Gets the object to emit commands from theauto-suggestgroup.<K> ReactiveAutoSuggestCommands<K>ReactiveRedisDataSource. autosuggest(Class<K> redisKeyType)Gets the object to emit commands from theauto-suggestgroup. -
Uses of ReactiveAutoSuggestCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveAutoSuggestCommands Modifier and Type Class Description classReactiveAutoSuggestCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return ReactiveAutoSuggestCommands Modifier and Type Method Description <K> ReactiveAutoSuggestCommands<K>ReactiveRedisDataSourceImpl. autosuggest(Class<K> redisKeyType)Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveAutoSuggestCommands Constructor Description BlockingAutoSuggestCommandsImpl(RedisDataSource ds, ReactiveAutoSuggestCommands<K> reactive, Duration timeout)
-