java.lang.Object
io.lettuce.core.dynamic.output.OutputType
public class OutputType extends Object
Type descriptor for a
CommandOutput.
This value object describes the primary output type and the produced TypeInformation by the CommandOutput
type.
OutputType makes a distinction whether a CommandOutput is a StreamingOutput by
providing streaming. Streaming outputs produce usually a component type hence they require an own OutputType
descriptor.
- Since:
- 5.0
- Author:
- Mark Paluch
-
Method Summary
Modifier and Type Method Description Class<?>getCommandOutputClass()TypeInformation<?>getTypeInformation()booleanisStreaming()StringtoString()ResolvableTypewithCodec(RedisCodec<?,?> codec)