Uses of Class
com.redis.lettucemod.gears.Registration
Packages that use Registration
Package
Description
-
Uses of Registration in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type RegistrationModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<Registration>>RedisModulesAsyncCommandsImpl.rgDumpregistrations()reactor.core.publisher.Flux<Registration>RedisModulesReactiveCommandsImpl.rgDumpregistrations() -
Uses of Registration in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type RegistrationModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<Registration>>RedisGearsAsyncCommands.rgDumpregistrations()Deprecated. -
Uses of Registration in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type RegistrationModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Registration>RedisGearsReactiveCommands.rgDumpregistrations()Deprecated. -
Uses of Registration in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return types with arguments of type Registration -
Uses of Registration in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type RegistrationModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<List<Registration>>RedisModulesAdvancedClusterAsyncCommandsImpl.rgDumpregistrations()reactor.core.publisher.Flux<Registration>RedisModulesAdvancedClusterReactiveCommandsImpl.rgDumpregistrations() -
Uses of Registration in com.redis.lettucemod.gears
Methods in com.redis.lettucemod.gears that return types with arguments of type RegistrationModifier and TypeMethodDescriptionio.lettuce.core.protocol.Command<K,V, List<Registration>> GearsCommandBuilder.dumpRegistrations() -
Uses of Registration in com.redis.lettucemod.output
Methods in com.redis.lettucemod.output that return types with arguments of type RegistrationModifier and TypeMethodDescriptionio.lettuce.core.output.StreamingOutput.Subscriber<Registration>RegistrationListOutput.getSubscriber()Method parameters in com.redis.lettucemod.output with type arguments of type RegistrationModifier and TypeMethodDescriptionvoidRegistrationListOutput.setSubscriber(io.lettuce.core.output.StreamingOutput.Subscriber<Registration> subscriber)