U - T - public interface ReplayDecoder<U,T> extends Decoder<U,Decoder.Decoded<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<List<T>> |
decode(Event e,
U s)
Decode a String into a List of Objects.
|
Decoder.Decoded<List<T>> decode(Event e, U s)
Copyright © 2016. All Rights Reserved.