Package io.helidon.common.reactive.valve
Interface Pausable
-
- All Known Subinterfaces:
Valve<T>
- All Known Implementing Classes:
InputStreamValve
,Tank
public interface Pausable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
pause()
Pause data chunks flow untilresume()
.void
resume()
Resume data chunks flow afterpause()
.
-