Package org.thymeleaf.engine
Interface ISSEThrottledTemplateWriterControl
-
- All Superinterfaces:
IThrottledTemplateWriterControl
public interface ISSEThrottledTemplateWriterControl extends 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
endEvent()
void
startEvent(char[] id, char[] event)
-
Methods inherited from interface org.thymeleaf.engine.IThrottledTemplateWriterControl
getMaxOverflowSize, getOverflowGrowCount, getWrittenCount, isOverflown, isStopped
-
-
-
-
Method Detail
-
startEvent
void startEvent(char[] id, char[] event)
-
endEvent
void endEvent() throws IOException
- Throws:
IOException
-
-