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 Details

    • startEvent

      void startEvent(char[] id, char[] event)
    • endEvent

      void endEvent() throws IOException
      Throws:
      IOException