All Classes and Interfaces

Class
Description
Adapters from Reactive Streams types to Flow types.
Adapters from Flow types to Reactive Streams types.
 
Define a Tube back-pressure management strategy.
A Flow.Publisher that is the concatenation of several ones.
 
A Flow.Publisher that recovers from failure using a Function.
A Flow.Publisher that retries on failure by re-subscribing to its upstream.
A Flow.Publisher that selects elements matching a Predicate.
A Flow.Publisher that transforms elements using a Function.
A Tube is a general-purpose abstraction for creating Flow.Publisher.
Configuration object for creating Tube through ZeroPublisher.create(TubeConfiguration, Consumer).
Expose Vert.x streams as Reactive Streams compliant publishers.
Factory methods to simplify the creation of reactive streams compliant Flow.Publisher.