Skip to content

GH-3763: Add handleReactive() for Java DSL #8605

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

Merged
merged 3 commits into from
May 1, 2023

Conversation

artembilan
Copy link
Member

Fixes #3763

Add a convenient terminal operator to BaseIntegrationFlowDefinition based on a ReactiveMessageHandler.
Also add an overload like handleReactive(ReactiveMessageHandlerSpec) to let end-user to choose a protocol-specific channel adapter

artembilan added 2 commits May 1, 2023 14:13
Fixes spring-projects#3763

Add a convenient terminal operator to `BaseIntegrationFlowDefinition`
based on a `ReactiveMessageHandler`.
Also add an overload like `handleReactive(ReactiveMessageHandlerSpec)`
to let end-user to choose a protocol-specific channel adapter
Copy link
Contributor

@garyrussell garyrussell left a comment

Choose a reason for hiding this comment

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

Just doc polishing.

Co-authored-by: Gary Russell <[email protected]>
@garyrussell garyrussell merged commit 212bd46 into spring-projects:main May 1, 2023
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.

Feature Request - handleReactive(ReactiveMessageHandler)
2 participants