All Downloads are FREE. Search and download functionalities are using the official Maven repository.

mutiny.zero.package-info Maven / Gradle / Ivy

Go to download

Mutiny Zero is a minimal API for creating reactive-streams compliant publishers

There is a newer version: 1.1.1
Show newest version
/**
 * Mutiny Zero is minimal API for creating reactive streams compliant {@link java.util.concurrent.Flow.Publisher} objects.
 * 

* {@link mutiny.zero.ZeroPublisher} offers factory methods for creating {@link java.util.concurrent.Flow.Publisher}, * with the {@link mutiny.zero.Tube} API and the * {@link mutiny.zero.ZeroPublisher#create(mutiny.zero.BackpressureStrategy, int, java.util.function.Consumer)} * factory method being the safe, general-purpose choice. *

* Other factory methods provide simple abstractions over in-memory data structures and special cases. * There is also a bridge with the {@link java.util.concurrent.CompletionStage} APIs. */ package mutiny.zero;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy