T - Data type of elements in the Streampublic interface PausableHotStream<T> extends HotStream<T>
| Modifier and Type | Method and Description |
|---|---|
void |
pause()
Pause this HotStream (stop it producing data until unpaused)
|
void |
unpause()
Unpause this HotStream (restart data production)
|