T - the type of data to be readpublic interface ServerSentEventReader<T> extends DataReader<T>
| Modifier and Type | Method and Description |
|---|---|
void |
keepReading()
This method will be called by providers that are capable of
processing updates.
|
get, next