Class StreamIdConvertor
- java.lang.Object
-
- org.redisson.client.protocol.convertor.StreamIdConvertor
-
- All Implemented Interfaces:
Convertor<StreamMessageId>
public class StreamIdConvertor extends Object implements Convertor<StreamMessageId>
- Author:
- Nikita Koksharov
-
-
Field Summary
Fields Modifier and Type Field Description static StreamIdConvertor
INSTANCE
-
Constructor Summary
Constructors Constructor Description StreamIdConvertor()
-
-
-
Field Detail
-
INSTANCE
public static final StreamIdConvertor INSTANCE
-
-
Method Detail
-
convert
public StreamMessageId convert(Object id)
- Specified by:
convert
in interfaceConvertor<StreamMessageId>
-
-