Uses of Interface
io.helidon.common.reactive.valve.Pausable
-
Packages that use Pausable Package Description io.helidon.common.reactive.valve Reactive utilities for Helidon projects. -
-
Uses of Pausable in io.helidon.common.reactive.valve
Subinterfaces of Pausable in io.helidon.common.reactive.valve Modifier and Type Interface Description interfaceValve<T>Classes in io.helidon.common.reactive.valve that implement Pausable Modifier and Type Class Description classInputStreamValveThe InputStreamValve is aByteBufferbasedValvethat transforms a possibly blockingInputStreaminto the Valve.classTank<T>Tank of events is a closeable FIFO queue with a limited size implementingValvereactive API.Method parameters in io.helidon.common.reactive.valve with type arguments of type Pausable Modifier and Type Method Description voidTank. handle(BiConsumer<T,Pausable> onData, Consumer<Throwable> onError, Runnable onComplete)default voidValve. handle(BiConsumer<T,Pausable> onData)Register data handlers (callbacks).default voidValve. handle(BiConsumer<T,Pausable> onData, Consumer<Throwable> onError)Register data handlers (callbacks).voidValve. handle(BiConsumer<T,Pausable> onData, Consumer<Throwable> onError, Runnable onComplete)Register data handlers (callbacks).
-