Class StreamToMapFunction

java.lang.Object
com.redis.riot.core.function.StreamToMapFunction
All Implemented Interfaces:
Function<List<io.lettuce.core.StreamMessage<String,String>>,Map<String,String>>

public class StreamToMapFunction extends Object implements Function<List<io.lettuce.core.StreamMessage<String,String>>,Map<String,String>>