Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Java] Add info on different reactive APIs. #455

Merged
merged 2 commits into from
Feb 17, 2025
Merged

Conversation

stefano-ottolenghi
Copy link
Contributor

No description provided.

== Always defer session creation

It's important to remember that in reactive programming *a Publisher doesn't come to life until a Subscriber attaches to it*.
A Publisher is just an abstract description of your asynchronous process, but it's only the act of subscribing that triggers the flow of data in the whole chain.
In reactive programming, *a Publisher doesn't come to life until a Subscriber attaches to it*: a Publisher is just an abstract description of your asynchronous process, but it's only the act of subscribing that triggers the flow of data in the whole chain.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically, it's not fully true. There are also connectable publishers, that won't even publish until connected or a publisher may prefetch. But I don't have a better way of phrasing it, really.

@stefano-ottolenghi stefano-ottolenghi merged commit 41f021f into dev Feb 17, 2025
2 checks passed
@stefano-ottolenghi stefano-ottolenghi deleted the java-rx branch February 17, 2025 09:42
@neo-technology-commit-status-publisher
Copy link
Collaborator

This PR includes documentation updates
View the updated docs at https://neo4j-docs-drivers-455.surge.sh

Updated pages:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants