docs: update backpressure description

This commit is contained in:
Ilkka Seppälä
2025-04-12 15:09:24 +03:00
parent 32c9031fcd
commit ce2e5f75d8
22 changed files with 77 additions and 173 deletions
@@ -30,6 +30,8 @@ import reactor.core.publisher.Flux;
/** This class is the publisher that generates the data stream. */
public class Publisher {
private Publisher() {}
/**
* On message method will trigger when the subscribed event is published.
*