public interface IThrottledTemplateWriterControl
Interface modelling a series of methods for monitoring the status of the Writer being
internally used for producing output in a throttled execution.
Note this interface is internal and there is normally no reason why it should be directly used in user's code.
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxOverflowSize() |
int |
getOverflowGrowCount() |
int |
getWrittenCount() |
boolean |
isOverflown() |
boolean |
isStopped() |
boolean isOverflown()
throws IOException
IOExceptionboolean isStopped()
throws IOException
IOExceptionint getWrittenCount()
int getMaxOverflowSize()
int getOverflowGrowCount()
Copyright © 2017 The THYMELEAF team. All rights reserved.