Guides
Learn Mutiny chunk by chunk at your pace.Getting Started
Operators
Take or Skip the first or last items
Learn how to select or skip only the first or last items from a multi.
beginner
Eliminate duplicates and repetitions
Learn how to drop duplicated and repeated items from a multi.
beginner
How to delay events?
Learn how to artifically delays event propagation and throttle emissions.
intermediate
What's the difference between emitOn and runSubscriptionOn?
Learn how to control threads subscription threads.
advanced
Integration
Creating Uni and Multi using emitters
Learn how to use integrate with callback based API.
intermediate
How to deal with Completion Stages?
Learn how to interact with CompletionStages and CompletableFutures.
intermediate
Using other reactive programming libraries
Learn how to integrate Mutiny with RX Java or Reactor.
intermediate
How to create use create a Multi from a non reactive source?
Learn how to use the Unicast processor.
advanced
Misc
How to control back pressure and control overflow
Learn how to configure overflow when the downstream cannot keep up
advanced
Using map, flatMap and concatMap
Learn how to use the traditional Reactive eXtensions methods.
advanced
Infrastructure
How to integrate Mutiny with my framework?
Learn about the default executors used by Mutiny and how to configure them.
advanced