public interface ReplayDecoder extends Decoder<String,List<?>>
Decoder that always return a List of message to be dispatched one by one to the remaining list of Decoder.Decoder.Decoded<T>| Modifier and Type | Method and Description |
|---|---|
List<?> |
decode(Event e,
String s)
Decode a String into a List of Objects.
|
Copyright © 2015. All Rights Reserved.