public interface Pausable
| Modifier and Type | Method and Description |
|---|---|
void |
pause()
Pause data chunks flow until
resume(). |
void |
resume()
Resume data chunks flow after
pause(). |
Copyright © 2018–2019 Oracle Corporation. All rights reserved.