![JAR search and dependency download from the Maven repository](/logo.png)
mutiny.zero.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mutiny-zero Show documentation
Show all versions of mutiny-zero Show documentation
Mutiny Zero is a minimal API for creating reactive-streams compliant publishers
/**
* 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