U - T - public interface ReplayDecoder<U,T> extends Decoder<U,Decoder.Decoded<java.util.List<T>>>
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 |
|---|---|
Decoder.Decoded<java.util.List<T>> |
decode(Event e,
U s)
Decode a String into a List of Objects.
|
Decoder.Decoded<java.util.List<T>> decode(Event e, U s)
decode in interface Decoder<U,Decoder.Decoded<java.util.List<T>>>e - Events - a object of type UCopyright © 2019. All Rights Reserved.