java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<E>
com.github.mkopylec.charon.forwarding.interceptors.resilience.RetryAwareList<E>
All Implemented Interfaces:
Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess

public class RetryAwareList<E> extends ArrayList<E>
See Also: