Package org.thymeleaf.engine
Interface ISSEThrottledTemplateWriterControl
-
- All Superinterfaces:
IThrottledTemplateWriterControl
- All Known Implementing Classes:
SSEThrottledTemplateWriter
public interface ISSEThrottledTemplateWriterControl extends IThrottledTemplateWriterControl
Interface modelling a series of methods for monitoring the status of the
Writerbeing internally used for producing output in a throttled execution for SSE events.Note this interface is internal and there is normally no reason why it should be directly used in user's code.
- Since:
- 3.0.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidendEvent()voidstartEvent(char[] id, char[] event)-
Methods inherited from interface org.thymeleaf.engine.IThrottledTemplateWriterControl
getMaxOverflowSize, getOverflowGrowCount, getWrittenCount, isOverflown, isStopped
-
-