Package io.helidon.common.reactive.valve
Reactive utilities for Helidon projects.
- See Also:
Valve
,Valves
,InputStreamValve
,Tank
-
Interface Summary Interface Description Pausable Valve<T> -
Class Summary Class Description InputStreamValve The InputStreamValve is aByteBuffer
basedValve
that transforms a possibly blockingInputStream
into the Valve.Tank<T> Tank of events is a closeable FIFO queue with a limited size implementingValve
reactive API.ValveIterator<T> Valves An utility class forValve
interface.