Package org.thymeleaf.engine
Interface ISSEThrottledTemplateWriterControl
- All Superinterfaces:
IThrottledTemplateWriterControl
Interface modelling a series of methods for monitoring the status of the Writer
being
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
- Author:
- Daniel Fernández
-
Method Summary
Methods inherited from interface org.thymeleaf.engine.IThrottledTemplateWriterControl
getMaxOverflowSize, getOverflowGrowCount, getWrittenCount, isOverflown, isStopped
-
Method Details
-
startEvent
void startEvent(char[] id, char[] event) -
endEvent
- Throws:
IOException
-