mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-19 23:26:07 +00:00
docs: update backpressure description
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user