All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description AdaptersToFlow Adapters from Reactive Streams types toFlowtypes.AdaptersToReactiveStreams Adapters fromFlowtypes to Reactive Streams types.AsyncHelpers BackpressureStrategy Define aTubeback-pressure management strategy.Concatenate<T> AFlow.Publisherthat is the concatenation of several ones.PublisherHelpers Recover<T> AFlow.Publisherthat recovers from failure using aFunction.Retry<T> AFlow.Publisherthat retries on failure by re-subscribing to its upstream.Select<T> AFlow.Publisherthat selects elements matching aPredicate.Transform<I,O> AFlow.Publisherthat transforms elements using aFunction.Tube<T> ATubeis a general-purpose abstraction for creatingFlow.Publisher.TubeConfiguration Configuration object for creatingTubethroughZeroPublisher.create(TubeConfiguration, Consumer).VertxPublisher Expose Vert.x streams as Reactive Streams compliant publishers.ZeroPublisher Factory methods to simplify the creation of reactive streams compliantFlow.Publisher.