Uses of Package
io.lettuce.core.dynamic.output
| Package | Description |
|---|---|
| io.lettuce.core.dynamic |
Core package for Redis Command Interface support through
RedisCommandFactory. |
| io.lettuce.core.dynamic.output |
CommandOutput resolution support. |
-
Classes in io.lettuce.core.dynamic.output used by io.lettuce.core.dynamic Class Description CommandOutputFactoryResolver Strategy interface to resolve aCommandOutputFactorybased on aOutputSelector. -
Classes in io.lettuce.core.dynamic.output used by io.lettuce.core.dynamic.output Class Description CommandOutputFactory Strategy interface to createCommandOutputgivenRedisCodec.CommandOutputFactoryResolver Strategy interface to resolve aCommandOutputFactorybased on aOutputSelector.CommandOutputResolverSupport Base class forCommandOutputFactoryresolution such asOutputRegistryCommandOutputFactoryResolver.OutputRegistry Registry forCommandOutputtypes and theirfactories.OutputSelector SelectorCommandOutputFactoryresolution.OutputType Type descriptor for aCommandOutput.