Uses of Interface
io.quarkus.redis.datasource.autosuggest.ReactiveAutoSuggestCommands
Packages that use ReactiveAutoSuggestCommands
-
Uses of ReactiveAutoSuggestCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveAutoSuggestCommandsModifier and TypeMethodDescriptiondefault ReactiveAutoSuggestCommands<String>ReactiveRedisDataSource.autosuggest()Gets the object to emit commands from theauto-suggestgroup.<K> ReactiveAutoSuggestCommands<K>ReactiveRedisDataSource.autosuggest(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) 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 ReactiveAutoSuggestCommandsMethods in io.quarkus.redis.runtime.datasource that return ReactiveAutoSuggestCommandsModifier and TypeMethodDescription<K> ReactiveAutoSuggestCommands<K>ReactiveRedisDataSourceImpl.autosuggest(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) <K> ReactiveAutoSuggestCommands<K>ReactiveRedisDataSourceImpl.autosuggest(Class<K> redisKeyType) Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveAutoSuggestCommandsModifierConstructorDescriptionBlockingAutoSuggestCommandsImpl(RedisDataSource ds, ReactiveAutoSuggestCommands<K> reactive, Duration timeout)