Uses of Interface
org.thymeleaf.engine.IThrottledTemplateWriterControl
-
Packages that use IThrottledTemplateWriterControl Package Description org.thymeleaf.engine -
-
Uses of IThrottledTemplateWriterControl in org.thymeleaf.engine
Subinterfaces of IThrottledTemplateWriterControl in org.thymeleaf.engine Modifier and Type Interface Description interfaceISSEThrottledTemplateWriterControlInterface modelling a series of methods for monitoring the status of theWriterbeing internally used for producing output in a throttled execution for SSE events.Methods in org.thymeleaf.engine that return IThrottledTemplateWriterControl Modifier and Type Method Description IThrottledTemplateWriterControlThrottledTemplateProcessor. getThrottledTemplateWriterControl()Methods in org.thymeleaf.engine with parameters of type IThrottledTemplateWriterControl Modifier and Type Method Description voidDataDrivenTemplateIterator. setWriterControl(IThrottledTemplateWriterControl writerControl)
-