Module lettuce.core

Interface CommandOutputFactoryResolver

All Known Implementing Classes:
CodecAwareOutputFactoryResolver, OutputRegistryCommandOutputFactoryResolver

public interface CommandOutputFactoryResolver
Strategy interface to resolve a CommandOutputFactory based on a OutputSelector. Resolution of CommandOutputFactory is based on CommandMethod result types and can be influenced whether the result type is a key or value result type. Additional type variables (based on the used RedisCodec are hints to improve output resolution.
Since:
5.0
Author:
Mark Paluch
See Also:
OutputSelector