Interface RepeatInternalState
- All Known Implementing Classes:
RepeatInternalStateSupport
public interface RepeatInternalState
Internal interface for extensions of
RepeatTemplate
.- Author:
- Dave Syer
-
Method Summary
Modifier and TypeMethodDescriptionReturns a mutable collection of exceptions that have occurred in the current repeat context.
-
Method Details
-
getThrowables
Collection<Throwable> getThrowables()Returns a mutable collection of exceptions that have occurred in the current repeat context. Clients are expected to mutate this collection.- Returns:
- the collection of exceptions being accumulated
-