Uses of Interface
io.quarkus.redis.datasource.graph.ReactiveGraphCommands
-
Packages that use ReactiveGraphCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of ReactiveGraphCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveGraphCommands Modifier and Type Method Description default ReactiveGraphCommands<String>ReactiveRedisDataSource. graph()Gets the object to manipulate graphs.<K> ReactiveGraphCommands<K>ReactiveRedisDataSource. graph(Class<K> redisKeyType)Gets the object to manipulate graphs. -
Uses of ReactiveGraphCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveGraphCommands Modifier and Type Class Description classReactiveGraphCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return ReactiveGraphCommands Modifier and Type Method Description <K> ReactiveGraphCommands<K>ReactiveRedisDataSourceImpl. graph(Class<K> redisKeyType)Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveGraphCommands Constructor Description BlockingGraphCommandsImpl(RedisDataSource ds, ReactiveGraphCommands<K> reactive, Duration timeout)
-